Last updated:
0 purchases
show dialog
Show Dialog Package #
##Importing:
import 'package:show_dialog/show_dialog.dart' as dialog;
copied to clipboard
About Dialog #
Launches About Dialog with title and content with one line of code
Example:
dialog.aboutDialog(context, 'title', 'content');
copied to clipboard
Loading Dialog #
Launches Loading Dialog with one line of code
Example:
dialog.loadingDialog(context, 2);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.