adaptive_dashboard_shell 0.1.3
adaptive_dashboard_shell: ^0.1.3 copied to clipboard
Adaptive dashboard shell with collapsible sidebar and mobile bottom nav.
0.1.3 #
- Updates and improvements.
0.1.2 #
- Fix CHANGELOG versioning for pub.dev validation.
0.1.1 #
- Add GitHub Actions CI/CD for automated publishing to pub.dev.
- Fix example pubspec.yaml workspace resolution.
- Update pubspec metadata (repository, homepage).
0.1.0 #
- Initial release.
AppDashboardShell: adaptive shell with a collapsible side rail on desktop/tablet and an optional bottom navigation bar on mobile.- Custom shadcn-style sidebar: rounded hover/active tiles, collapsible groups with an indented guide line, and an icon-only collapsed rail whose groups open as a flyout popup.
- Composable building blocks exported for custom chrome:
AppSidebar,SidebarHeader,SidebarGroup,SidebarCollapsedGroup,SidebarTile,SidebarFooter,SidebarAvatar. NavItem/NavLeaf/NavBranch/NavGroup/NavActionnavigation model and configurableDashboardBreakpoints.- Zero third-party dependencies.