notch_bottom_navigation 0.0.2
notch_bottom_navigation: ^0.0.2 copied to clipboard
A customizable bottom navigation bar with an inward notch and center FAB for Flutter. Configurable icons, colors, and pages.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add notch_bottom_navigationThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
notch_bottom_navigation: ^0.0.2Alternatively, 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:notch_bottom_navigation/notch_bottom_navigation.dart';