tuanis_sidebar 0.2.0
tuanis_sidebar: ^0.2.0 copied to clipboard
Easily create sidebars specially for web, but can be integrated as a drawer in a mobile app. Allows nested items and divide items by sections.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add tuanis_sidebarThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
tuanis_sidebar: ^0.2.0Alternatively, 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:tuanis_sidebar/tuanis_sidebar.dart';