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

A versatile Flutter bottom navigation bar supporting both named routes and direct widget-based navigation. Each tab maintains its own independent navigation stack, allowing for persistent state while [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add persistent_navbar_pro

With Flutter:

 $ flutter pub add persistent_navbar_pro

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

dependencies:
  persistent_navbar_pro: ^0.0.1

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:persistent_navbar_pro/persistent_bottom_pro.dart';
15
likes
0
points
4
downloads

Publisher

verified publisherfaizanahmad.com

Weekly Downloads

A versatile Flutter bottom navigation bar supporting both named routes and direct widget-based navigation. Each tab maintains its own independent navigation stack, allowing for persistent state while switching between tabs. Works seamlessly with or without named routes, making it easy to integrate into new or existing projects. Customize icons, labels, and navigation logic per tab.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on persistent_navbar_pro