customise_bottom_bar 0.0.1 copy "customise_bottom_bar: ^0.0.1" to clipboard
customise_bottom_bar: ^0.0.1 copied to clipboard

A bottom bar is a navigation component typically placed at the bottom of an app's screen. It provides quick access to the app's main sections or features.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add customise_bottom_bar

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  customise_bottom_bar: ^0.0.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:customise_bottom_bar/customise_bottom_bar.dart';
1
likes
130
points
19
downloads

Publisher

unverified uploader

Weekly Downloads

A bottom bar is a navigation component typically placed at the bottom of an app's screen. It provides quick access to the app's main sections or features.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on customise_bottom_bar