scroll_navigation 1.3.2 copy "scroll_navigation: ^1.3.2" to clipboard
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';
117
likes
120
pub points
86%
popularity

Publisher

verified publisherfelipemurguia.com

It's a powerful navigation by gestures and taps. You can scroll from left to right or tap on the navigation icons.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

flutter, helpers

More

Packages that depend on scroll_navigation