indicator_bottom_navigationbar 0.0.1
indicator_bottom_navigationbar: ^0.0.1 copied to clipboard
The IndicatorBottomNavigationbar is a customizable and animated bottom navigation bar for Flutter. It allows you to easily create a bottom navigation bar with dynamic indicator animations that highlig [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add indicator_bottom_navigationbarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
indicator_bottom_navigationbar: ^0.0.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:indicator_bottom_navigationbar/indicator_bottom_navigationbar.dart';