show_drawer 1.0.0 show_drawer: ^1.0.0 copied to clipboard
Quickly and easily display a drawer from any direction with animation.
show_drawer #
show_drawer plugin for Flutter. Supports iOS, Web, Android and MacOS.
Document #
See document in pub.dev
Getting Started #
In your flutter project add the dependency:
dependencies:
...
show_drawer: ^1.0.0
For help getting started with Flutter, view the online documentation.
Usage #
import 'package:show_drawer/show_drawer.dart';
showDrawer(
context: context,
builder: (ctx, animation, close) {
return // some Widget;
},
);
}
Example #
Example source code in the folder example