gradient_bottom_navbar 0.0.1
gradient_bottom_navbar: ^0.0.1 copied to clipboard
A customizable Flutter bottom navigation bar with gradient-based indicators, smooth transitions, and badge counters for a modern UI experience.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add gradient_bottom_navbarWith Flutter:
$ flutter pub add gradient_bottom_navbarThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
gradient_bottom_navbar: ^0.0.1Alternatively, 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:gradient_bottom_navbar/gradient_bottom_navbar.dart';