telegram_nav_bar 0.1.0
telegram_nav_bar: ^0.1.0 copied to clipboard
A highly customizable Flutter package that accurately replicates the Telegram-style bottom navigation bar with smooth glassmorphic blur effects.
0.1.0 #
- Breaking: Simplified folder structure — replaced deep
core/domain/presentationlayers with flatlib/src/. - Breaking: Merged
NavBarConstantsandNavBarColorsinto unifiedNavBarDefaults. - Feature: Center button (FAB) support — split items around a floating center widget with configurable offset.
- Feature: Badge support —
badgeCount(numeric) andshowBadge(dot) onTelegramNavItem. - Feature: Press animation — items scale down on tap with smooth spring-back.
- Feature: Haptic feedback on item tap (configurable via
enableHapticFeedback). - Feature: Improved bubble animation — bouncy pop-in using
Curves.easeOutBackscale transition. - Chore: Cleaned up excessive doc comments and removed boilerplate.
- Example: Added 4 demo screens — Default, Floating, Center FAB, and Badges.
0.0.2 #
- Fix: Shortened package description to meet pub.dev constraints.
- Fix: Repaired
demo.gifrelative path in README for pub.dev compatibility. - Fix: Resolved dangling library doc comment warning.
- Chore: Set up automated pub.dev publishing via GitHub Actions.
0.0.1 #
- Initial release of the Telegram-style bottom navigation bar.