notch_nav 0.1.0
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_navWith Flutter:
$ flutter pub add notch_navThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
notch_nav: ^0.1.0Alternatively, 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';