glass_nav_bar 0.0.5
glass_nav_bar: ^0.0.5 copied to clipboard
A customizable navigation bar for Flutter apps with a frosted glass effect. The navigation bar allows you to set custom icons, labels, and colors for both selected and unselected states. It uses the ` [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add glass_nav_barThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
glass_nav_bar: ^0.0.5Alternatively, 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:glass_nav_bar/glass_nav_bar.dart';