floaty_navy_bar 1.0.0 copy "floaty_navy_bar: ^1.0.0" to clipboard
floaty_navy_bar: ^1.0.0 copied to clipboard

A highly customizable and dynamic floating navigation bar. Use this for your Flutter apps where you need a bottom navigation bar. To achieve the desired floaty effect, avoid passing FloatyNavyBar() to [...]

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.0

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';
4
likes
0
pub points
71%
popularity

Publisher

unverified uploader

A highly customizable and dynamic floating navigation bar. Use this for your Flutter apps where you need a bottom navigation bar. To achieve the desired floaty effect, avoid passing FloatyNavyBar() to the bottomNavigationBar property. See example or README.md on how to properly use the FloatyNavyBar.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on floaty_navy_bar