persistent_bottom_nav_bar 1.0.10 copy "persistent_bottom_nav_bar: ^1.0.10" to clipboard
persistent_bottom_nav_bar: ^1.0.10 copied to clipboard

outdated

A DO ALL persistent bottom navigation bar for flutter. It includes a total of 8 nav bar styles in addition to being optionally platform specific.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add persistent_bottom_nav_bar

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

dependencies:
  persistent_bottom_nav_bar: ^1.0.10

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:persistent_bottom_nav_bar/models/persisten-bottom-nav-item.widget.dart';
import 'package:persistent_bottom_nav_bar/models/persistent-bottom-nav-bar-styles.widget.dart';
import 'package:persistent_bottom_nav_bar/models/persistent-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/models/persistent-nav-bar-scaffold.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/simple-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-1-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-10-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-2-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-3-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-4-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-5-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-6-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-7-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-8-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/style-9-bottom-nav-bar.widget.dart';
import 'package:persistent_bottom_nav_bar/nav-bar-styles/styles.dart';
import 'package:persistent_bottom_nav_bar/persistent-tab-view.dart';
import 'package:persistent_bottom_nav_bar/persistent-tab-view.widget.dart';
import 'package:persistent_bottom_nav_bar/utils/functions.utils.dart';
import 'package:persistent_bottom_nav_bar/utils/utils.dart';
2083
likes
0
pub points
99%
popularity

Publisher

unverified uploader

A DO ALL persistent bottom navigation bar for flutter. It includes a total of 8 nav bar styles in addition to being optionally platform specific.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, flutter_device_type

More

Packages that depend on persistent_bottom_nav_bar