flutter_nav_toggle 1.0.0
flutter_nav_toggle: ^1.0.0 copied to clipboard
A dual-mode navigation toggle widget that smoothly morphs between sidebar and tab bar layouts with clip-path animations.
1.0.0 #
- Dual-mode navigation: sidebar and tab bar layouts with smooth morphing transitions
- Phased clip-path animations driven by a single
AnimationController - Morphing toggle button with cursor-tracking directional arrows (powered by
morphing_button) - Hierarchical navigation items with expand/collapse (sidebar) and overlay dropdowns (tab bar)
- Status panel with CPU/MEM/DISK progress bars and color-coded thresholds
- User info display (avatar panel in sidebar, chip in tab bar)
- 4 built-in theme presets: Light, Dark, Ocean, Sunset
- Full theming via
NavToggleThemewithcopyWithsupport - Accessibility: respects
MediaQuery.disableAnimations