nav_bar 0.1.1
nav_bar: ^0.1.1 copied to clipboard
The ultimate Google-style animated bottom navigation bar. A high-performance, physics-based nav bar with liquid, curved, convex, and cinematic animations. The most customizable alternative to google_n [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add nav_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
nav_bar: ^0.1.1Alternatively, 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:nav_bar/nav_bar.dart';