telegram_nav_bar 0.0.1
telegram_nav_bar: ^0.0.1 copied to clipboard
A highly customizable Flutter package that replicates the latest Telegram-style bottom navigation bar with smooth glassmorphic blur effects, animated indicator bubbles, and seamless dark/light mode support.
0.0.1 #
- Initial release of the Telegram-style bottom navigation bar.
- Feature: Glassmorphic "Liquid Glass" blur background using
dart:uiBackdropFilter. - Feature: Animated pill-shaped indicator bubble with smooth expand/collapse transitions.
- Feature:
activeIconsupport for separate selected/unselected icons. - Feature: Thin top divider line matching Telegram's native look.
- Feature: Theme-aware dark and light mode defaults.
- Feature: 10+ customization parameters (colors, blur, sizing, border radius, padding, elevation).
- Feature: Constructor assertions for item count and index bounds validation.
- Feature: Full-width (edge-to-edge) layout by default; optionally configure floating/rounded style.
- Architecture: Clean Architecture with
domain,core, andpresentationlayers. - Tests: Comprehensive widget and unit test suite included.