snap_nav_bar 0.1.0
snap_nav_bar: ^0.1.0 copied to clipboard
A frosted, gesture-driven bottom navigation bar with loose swipe-to-preview paging, snap-on-release physics, tap-to-centre and haptic feedback.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add snap_nav_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
snap_nav_bar: ^0.1.0Alternatively, 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:snap_nav_bar/snap_nav_bar.dart';