smart_nav_rail 0.0.2 copy "smart_nav_rail: ^0.0.2" to clipboard
smart_nav_rail: ^0.0.2 copied to clipboard

A smart customizable NavigationRail widget.

smart_nav_rail #

A smart customizable NavigationRail widget for Flutter apps.

Usage #

SmartNavRail(
  destinations: [
    NavigationRailDestination(
      icon: Icon(Icons.home),
      label: Text('Home'),
    ),
  ],
  selectedIndex: 0,
  onDestinationSelected: (index) {},
)
0
likes
0
points
13
downloads

Publisher

unverified uploader

Weekly Downloads

A smart customizable NavigationRail widget.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on smart_nav_rail