swipe_screen 1.2.0
swipe_screen: ^1.2.0 copied to clipboard
A Flutter package that enables screen transitions by swiping.
1.0.0 #
- Initial release.
1.0.1 #
- Fix
lib/swipe_screeen. - Update
example.
1.1.0 #
- Add the ability to transition screens at specified times.
1.1.1 #
- Add
initialScrollOffsetthat allows the initial value of the scroll offset to be set.
1.1.2 #
*Add shadowColor that allows the color of the shadows at the edges of the screen to be set.
1.2.0 #
- It is now possible to enable or disable swiping for each direction.