stylish_bottom_bar 0.1.2 stylish_bottom_bar: ^0.1.2 copied to clipboard
A collection of stylish bottom navigation bar like animated bottom bar and bubble bottom bar for flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add stylish_bottom_bar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
stylish_bottom_bar: ^0.1.2
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:stylish_bottom_bar/stylish_bottom_bar.dart';