glass_liquid_navbar 0.1.1
glass_liquid_navbar: ^0.1.1 copied to clipboard
A stunning iOS 26-inspired liquid glass bottom navigation bar with buttery-smooth animations and frosted glass morphism for Flutter.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add glass_liquid_navbarWith Flutter:
$ flutter pub add glass_liquid_navbarThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
glass_liquid_navbar: ^0.1.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:glass_liquid_navbar/glass_liquid_navbar.dart';