swipeable_page_route 0.4.4 swipeable_page_route: ^0.4.4 copied to clipboard
Swipe to navigate back and admire beautifully morphing widgets
Changelog #
All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
0.4.4 · 2024-08-13 #
🎉 New Features #
- animate
appBar.flexiblespace
(#64), closes: #63. Thanks to @proformance
0.4.3 · 2024-05-21 #
🎉 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
)
0.4.2 · 2024-01-20 #
0.4.1 · 2023-12-30 #
🎉 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
)
0.4.0 · 2023-05-30 #
⚠️ 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
)
0.3.1 · 2023-05-16 #
0.3.0 · 2023-01-24 #
0.2.6 · 2022-01-14 #
0.2.5 · 2022-01-14 #
0.2.4 · 2021-10-30 #
🎉 New Features #
- only intercept drag events in the swipeable direction (#18). Thanks to @NaikSoftware!
0.2.2 · 2021-06-09 #
0.2.1 · 2021-03-09 #
0.2.0 · 2021-03-08 #
0.1.5 · 2020-10-20 #
🐛 Bug Fixes #
- resolve theme only once to avoid looking up deactivated widget's ancestor
- keep brightness parameter during transition
- center app bar bottom widgets during animation
0.1.0 · 2020-04-30 #
Initial release 🎉