plugin_dialog

Last updated:

0 purchases

plugin_dialog Image
plugin_dialog Images
Add to Cart

Description:

plugin dialog

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 ")
)

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.