glassmotion_navbar 0.1.5
glassmotion_navbar: ^0.1.5 copied to clipboard
A glassmorphic bottom navigation bar with animated lift/jump and a floating center button for Flutter.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add glassmotion_navbarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
glassmotion_navbar: ^0.1.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:glassmotion_navbar/glassmotion_navbar.dart';