Releases: JonasWanke/swipeable_page_route
Releases · JonasWanke/swipeable_page_route
v0.4.6
v0.4.5
v0.4.4
🎉 New Features
- animate
appBar.flexiblespace
(#64), closes: #63. Thanks to @proformance
v0.4.3
🎉 New Features
- support Flutter ^3.22 (#54), closes: #52. Thanks to @1l0 and @nimr77!
- add remaining properties from
AppBar
andSliverAppBar
(b4ebae5
), closes #44:morphingAppBar.scrolledUnderElevation
,.notificationPredicate
,.forceMaterialTransparency
, and.clipBehavior
morphingSliverAppBar.scrolledUnderElevation
,.surfaceTintColor
,.forceMaterialTransparency
, and.clipBehavior
📦 Build & CI
- upgrade to Flutter
^3.22.0
, Dart^3.4.0
(587a08a
)
v0.4.2
v0.4.1
🎉 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
)
v0.4.0
⚠️ BREAKING CHANGES
- make
swipeablePageRoute.canOnlySwipeFromEdge
,.backGestureDetectionWidth
, and.backGestureDetectionStartOffset
mutable and changeSwipeablePageRoute.buildPageTransitions(…)
's corresponding parameters toValueGetter
s (2ad8bfb
), closes: #27
🐛 Bug Fixes
- fix
MorphingAppBar
's title text color during swipe (fb0466d
)