bottom_shell_nav 0.2.0
bottom_shell_nav: ^0.2.0 copied to clipboard
A route-aware, persistent and adaptive bottom navigation shell for Flutter with go_router/auto_route modes, badges and custom renderers.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add bottom_shell_navWith Flutter:
$ flutter pub add bottom_shell_navThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
bottom_shell_nav: ^0.2.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:bottom_shell_nav/bottom_shell_nav.dart';