awesome_floating_bottom_navigation 1.0.0
awesome_floating_bottom_navigation: ^1.0.0 copied to clipboard
A floating bottom navigation bar with configurable item layout (expand or center), splash and scale animations, gradients, blur and custom borders.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add awesome_floating_bottom_navigationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
awesome_floating_bottom_navigation: ^1.0.0Alternatively, 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:awesome_floating_bottom_navigation/awesome_floating_bottom_navigation.dart';