0 purchases
tiny dialog
This package inspired by sweetalert2, but just very simple
Getting started #
add dependency latest version with command:
$ flutter pub add tiny_dialog
copied to clipboard
or just adding to pubspec.yaml
dependecies:
tiny_dialog: <version>
copied to clipboard
Usage #
simple dialog without any config:
TinyDialog.success(
context,
message:"Body message success!",
);
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.