drawer_rail 0.2.1
drawer_rail: ^0.2.1 copied to clipboard
A collapsible, themeable side navigation drawer with a full-width panel and a narrow icon rail: search, sections, badges, expandable groups and flyouts.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add drawer_railThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
drawer_rail: ^0.2.1Alternatively, 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:drawer_rail/drawer_rail.dart';