glass_nav_bar 0.0.5 copy "glass_nav_bar: ^0.0.5" to clipboard
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_bar

This 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.5

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:glass_nav_bar/glass_nav_bar.dart';
3
likes
140
points
60
downloads

Publisher

unverified uploader

Weekly Downloads

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 `BackdropFilter` widget to create the glass effect with a blur.

Repository (GitHub)
View/report issues

Documentation

Documentation
API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on glass_nav_bar