floaty_navy_bar 1.0.3 floaty_navy_bar: ^1.0.3 copied to clipboard
A highly customizable and dynamic floating navigation bar. Use this for your Flutter apps where you need a bottom navigation bar.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add floaty_navy_bar
With Flutter:
$ flutter pub add floaty_navy_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get
):
dependencies:
floaty_navy_bar: ^1.0.3
Alternatively, 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:floaty_navy_bar/floaty_navy_bar.dart';