botton_nav_bar 1.0.2
botton_nav_bar: ^1.0.2 copied to clipboard
The botton_nav_bar library is a custom implementation of the bottom navigation bar in Flutter. The library provides a customizable bottom navigation bar widget that allows users to navigate between di [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add botton_nav_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
botton_nav_bar: ^1.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:botton_nav_bar/botton_nav_bar.dart';