show_drawer 0.0.5 copy "show_drawer: ^0.0.5" to clipboard
show_drawer: ^0.0.5 copied to clipboard

outdated

Quickly and easily display a draw from any direction with animation.

show_drawer #

show_drawer plugin for Flutter. Supports iOS, Web, Android and MacOS.

Getting Started #

In your flutter project add the dependency:

dependencies:
  ...
 show_drawer: ^0.0.5

For help getting started with Flutter, view the online documentation.

Document #

See document in pub.dev

Usage #

import 'package:show_drawer/show_drawer.dart';
    showDrawer(
      context: context,
      builder: (_, __, ___) {
        return // some Widget;
      },
    );
  }

Example #

Example source code in the folder example

image

8
likes
40
pub points
12%
popularity

Publisher

verified publisheryinxulai.com

Quickly and easily display a draw from any direction with animation.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

flutter, show_overlay

More

Packages that depend on show_drawer