bottom_shell_nav 0.2.0 copy "bottom_shell_nav: ^0.2.0" to clipboard
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_nav

With Flutter:

 $ flutter pub add bottom_shell_nav

This 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.0

Alternatively, 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';
7
likes
0
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

A route-aware, persistent and adaptive bottom navigation shell for Flutter with go_router/auto_route modes, badges and custom renderers.

Repository (GitHub)
View/report issues

Topics

#bottom-navigation #navigation-shell #nested-navigation #go-router #material3

License

unknown (license)

Dependencies

auto_route, flutter, go_router

More

Packages that depend on bottom_shell_nav