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.
0.1.5 — 2025-12-04 #
- Fixed pubspec
homepageandrepositoryURLs for the package. - Added demo GIFs for both Dark and Light themes.
- Replaced deprecated
withOpacityuses withwithAlphato match Dart 3.10 APIs. - Cleaned up constructors using
super.key. - Resolved static analysis warnings from pub.dev:
- Unused
keyparameter info handled with targeted ignore. - Removed remaining deprecated API usage.
- Unused
- Improved glassmorphism visuals and edge highlights.
- Updated example app and screenshots.