plugin_dialog 0.0.1 copy "plugin_dialog: ^0.0.1" to clipboard
plugin_dialog: ^0.0.1 copied to clipboard

Plugin for native dialog implementation

plugin_dialog #

This is implementation of native dialog in flutter to show dialogs.

Getting Started #

plug-in package, a specialized package that includes platform-specific implementation code for Android and/or iOS.

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

How to use #

TextButton( onPressed: () async { // To show Dialog of Native await PluginDialog.showDialog(); }, child: Text("Show Dialog ") )

1
likes
140
points
20
downloads

Publisher

unverified uploader

Weekly Downloads

Plugin for native dialog implementation

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, flutter_web_plugins, plugin_platform_interface

More

Packages that depend on plugin_dialog