clickable_animated_bottom_nav_bar 0.0.2
clickable_animated_bottom_nav_bar: ^0.0.2 copied to clipboard
A customizable animated bottom navigation bar for Flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add clickable_animated_bottom_nav_barWith Flutter:
$ flutter pub add clickable_animated_bottom_nav_barThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
clickable_animated_bottom_nav_bar: ^0.0.2Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:clickable_animated_bottom_nav_bar/animated_bottom_nav_bar.dart';