scroll_navigation
FLUTTER API: It's powerful navigation by gestures and taps. You can scroll from left to right or tap on the navigation icons.
Features
- Scrolling pages by gestures.
- Page movement when tapping an icon.
- Indicator that follows the scroll.
- Works with the back button.
- Fancy animations.
- Customizable colors.
- Easy and powerful implementation! :)
Implementation
Scroll Navigation Details
(It's recommended to set showAppBar = false on the Screen Widget)
navigationOnTop = True | navigationOnTop = False |
---|---|
![]() |
![]() |
Go to a Page Code
Identifier Details
identifierPhysics = True | identifierPhysics = False |
---|---|
![]() |
![]() |
identifierOnBottom = False | showIdentifier = False |
---|---|
![]() |
![]() |
Code
Screen Details
Screen fixes some problems the Scaffold has with the ScrollNavigation.
Without Widgets | With Widgets |
---|---|
![]() |
![]() |