swipeable_page_route 0.2.0 swipeable_page_route: ^0.2.0 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.
Unreleased #
0.2.0 ยท 2021-03-08 #
โ BREAKING CHANGES #
- migrate to null-safety
swipeablePageRoute.onlySwipeFromEdge
is now calledcanOnlySwipeFromEdge
๐ New Features #
- add
swipeablePageRoute.canSwipe
, closes: #8 - add
swipeablePageRoute.backGestureWidth
โก Changes #
[Sliver-]MorphingAppBar
's colors are interpolated using HSV
0.1.6 ยท 2020-12-14 #
๐ New Features #
- example: demonstrate
onlySwipeFromEdge
parameter
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.4 ยท 2020-08-09 #
๐ฆ Build & CI #
- update dartx to
^0.5.0
- use stricter linting rules
0.1.3 ยท 2020-05-27 #
๐ New Features #
- app_bar: support non-opaque backgrounds (#2)
0.1.2 ยท 2020-05-11 #
๐ Bug Fixes #
- support Flutter v1.17.0
0.1.1 ยท 2020-04-30 #
๐ Documentation updates #
- fix
MorphingSliverAppBar
naming in README
0.1.0 ยท 2020-04-30 #
Initial release ๐