notch_nav 0.1.0 copy "notch_nav: ^0.1.0" to clipboard
notch_nav: ^0.1.0 copied to clipboard

A highly customizable Flutter bottom navigation bar with a notch-style pop-up indicator supporting circle, square, and diamond shapes with gradient fills.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add notch_nav

With Flutter:

 $ flutter pub add notch_nav

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  notch_nav: ^0.1.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:notch_nav/notch_nav.dart';
2
likes
0
points
194
downloads

Publisher

unverified uploader

Weekly Downloads

A highly customizable Flutter bottom navigation bar with a notch-style pop-up indicator supporting circle, square, and diamond shapes with gradient fills.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on notch_nav