deluxe_bottom_bar 1.0.0
deluxe_bottom_bar: ^1.0.0 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 Dart:
$ dart pub add deluxe_bottom_barWith Flutter:
$ flutter pub add deluxe_bottom_barThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
deluxe_bottom_bar: ^1.0.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:deluxe_bottom_bar/deluxe_bottom_bar.dart';