deluxe_bottom_bar 1.1.1 deluxe_bottom_bar: ^1.1.1 copied to clipboard
Deluxe Bottom Bar is a Flutter package that provides a customizable bottom navigation bar for your Flutter applications.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add deluxe_bottom_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
deluxe_bottom_bar: ^1.1.1
Alternatively, 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:deluxe_bottom_bar/deluxe_bottom_bar.dart';