animated_bottom_nav_bar_plus 1.3.4 animated_bottom_nav_bar_plus: ^1.3.4 copied to clipboard
Animated and highly customizable bottom navigation bar for Flutter applications. It offers a smooth and attractive navigation experience for users, with easy integration into any Flutter project.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add animated_bottom_nav_bar_plus
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
animated_bottom_nav_bar_plus: ^1.3.4
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:animated_bottom_nav_bar_plus/animated_bottom_nav_bar_plus.dart';