anim_side_menu 0.0.8
anim_side_menu: ^0.0.8 copied to clipboard
Easily integrate smooth, anim side menus with customization options.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add anim_side_menu
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
anim_side_menu: ^0.0.8
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:anim_side_menu/anim_side_menu.dart';