scroll_navigation 1.3.2 scroll_navigation: ^1.3.2 copied to clipboard
It's a powerful navigation by gestures and taps. You can scroll from left to right or tap on the navigation icons.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add scroll_navigation
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
scroll_navigation: ^1.3.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:scroll_navigation/scroll_navigation.dart';