A smart customizable NavigationRail widget.
More...
A smart customizable NavigationRail widget for Flutter apps.
SmartNavRail( destinations: [ NavigationRailDestination( icon: Icon(Icons.home), label: Text('Home'), ), ], selectedIndex: 0, onDestinationSelected: (index) {}, )
unverified uploader
Repository (GitHub)View/report issues
unknown (license)
flutter
Packages that depend on smart_nav_rail
Back