five_page_navigation 2.0.0
five_page_navigation: ^2.0.0 copied to clipboard
This package allows you to navigate between screen from one central page. You can swipe up, down, left and right with ease.
Changelog #
2.0.0 #
- Refactor and bug fixes.
- Remove setState's and replace it with ValueNotifier's to improve smoothness.
- Add page preview feature: Swipe from the edges to see tiny tooltip before navigating the side pages.
- Change folder structure and separate the files.
- Add FivePageController to handle navigations.
- Change some namings to be more clear.
- Implemented FadeIn animations while sliding between pages.
1.1.0 #
- Initial zoom animation replaced with FadeIn animation.
- Add optional return button to the side pages.
- Implement opacity variable while navigating side pages.
1.0.12 #
- Implement threshold feedback variable.
1.0.11 #
- Update ReadMe.
1.0.10 #
- Update ReadMe.
1.0.9 #
- Update ReadMe.
1.0.8 #
- Update ReadMe.
1.0.7 #
- Update ReadMe.
1.0.6 #
- Update ReadMe.
1.0.5 #
- Update ReadMe.
1.0.4 #
- Update ReadMe.
1.0.3 #
- Add initial zoom scale variable to control beginning scaling.
- Add swiping control variable to disable/enable swiping gestures inside CenterPage.
1.0.2 #
- Implement haptic feedback when user triggers threshold while swiping.
1.0.1 #
- Update ReadMe.
1.0.0 #
- Initial release.