shrink_sidemenu 2.0.0+1-null-safety shrink_sidemenu: ^2.0.0+1-null-safety copied to clipboard
A Side Menu plugin for flutter and compatible with liquid ui.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add shrink_sidemenu
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
shrink_sidemenu: ^2.0.0+1-null-safety
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:shrink_sidemenu/shrink_sidemenu.dart';