How to install and use animated_bottom_navigation_bar with Flutter 3.10.0

A popular Flutter package with 858 likes that support Flutter version 3.10.0 and above. Last version of the package was published on May 13, 2023.

Installing animated_bottom_navigation_bar

You can either add the package directly using the flutter command line.

$ flutter pub add animated_bottom_navigation_bar

Or add the dependency directly to your pubspec.yaml file.
dependencies:
  animated_bottom_navigation_bar: ^1.2.0

In either case, make sure to refresh your packages by running the following command:

$ flutter pub get

Using animated_bottom_navigation_bar

Once you have installed the package, you can use it in your Flutter application by importing it.
import 'package:animated_bottom_navigation_bar/animated_bottom_navigation_bar.dart';