show_overlay 1.0.3 copy "show_overlay: ^1.0.3" to clipboard
show_overlay: ^1.0.3 copied to clipboard

outdated

Quickly and easily create an OverlayEntry with animate.

flutter_show_overlay #

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

Getting Started #

In your flutter project add the dependency:

dependencies:
  ...
 show_overlay: ^1.0.3

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

Document #

See document in pub.dev

Usage #

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

Example #

Example source code in the folder example

image

6
likes
0
pub points
29%
popularity

Publisher

verified publisheryinxulai.com

Quickly and easily create an OverlayEntry with animate.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on show_overlay