dot_bottom_navigation_bar_getx 0.0.1
dot_bottom_navigation_bar_getx: ^0.0.1 copied to clipboard
A Flutter package providing a customizable bottom navigation bar with nested screens for seamless app navigation and user experience.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add dot_bottom_navigation_bar_getxThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
dot_bottom_navigation_bar_getx: ^0.0.1Alternatively, 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:dot_bottom_navigation_bar_getx/dot_bottom_navigation_bar_getx.dart';