bottom_navigation_view 0.3.0 copy "bottom_navigation_view: ^0.3.0" to clipboard
bottom_navigation_view: ^0.3.0 copied to clipboard

Widgets help you implement bottom navigation with Android back button handling and transitions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add bottom_navigation_view

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

dependencies:
  bottom_navigation_view: ^0.3.0

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:bottom_navigation_view/bottom_navigation_view.dart';
8
likes
80
points
43
downloads

Publisher

unverified uploader

Weekly Downloads

Widgets help you implement bottom navigation with Android back button handling and transitions.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on bottom_navigation_view