tiny_dialog 1.0.0 copy "tiny_dialog: ^1.0.0" to clipboard
tiny_dialog: ^1.0.0 copied to clipboard

Very Easy Simple Dialog for Flutter

This package inspired by sweetalert2, but just very simple

Getting started #

add dependency latest version with command:

$ flutter pub add tiny_dialog

or just adding to pubspec.yaml

dependecies:
    tiny_dialog: <version>

Usage #

simple dialog without any config:

TinyDialog.success(
    context,
    message:"Body message success!",
);
1
likes
130
points
13
downloads

Publisher

verified publisherdevlab.my.id

Weekly Downloads

Very Easy Simple Dialog for Flutter

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter

More

Packages that depend on tiny_dialog