navigation_sidebar 1.3.5
navigation_sidebar: ^1.3.5 copied to clipboard
Navigation SideBar is like a Navigator. When you click on items it takes you on page and item will be selected. Navigation SideBar is Fully Customizable.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add navigation_sidebarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
navigation_sidebar: ^1.3.5Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:navigation_sidebar/navigation_sidebar.dart';