v0.4.1
Pre-release
Pre-release
🎉 New Features
- add
SwipeablePage
and a Go Router example (ea49c3e
), closes #29. Thanks to @110, @kamranbekirovyz, and @gustavjohansen98 for exploring this! - expose
swipeablePageRoute.allowSnapshotting
,.barrierDismissible
(#35). Thanks to @MagTuxGit!
⚡ Changes
- interpolate colors in the Oklab color space instead of HSV (
65f2a5d
)
🐛 Bug Fixes
- honor
themeData.useMaterial3
with different defaults compared to Material 2 (cc98d3f
)