flex_sidebar 1.0.2
flex_sidebar: ^1.0.2 copied to clipboard
A highly customizable sidebar and drawer widget for Flutter projects, supporting Android, iOS, Web, and Desktop.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add flex_sidebar
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
flex_sidebar: ^1.0.2
Alternatively, 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:flex_sidebar/flex_sidebar.dart';