shirne_dialog 1.5.0 copy "shirne_dialog: ^1.5.0" to clipboard
shirne_dialog: ^1.5.0 copied to clipboard

outdated

A package to use alert, confirm, toast, imagePreview, snack and popup within one line code.

pub package

dialog #

A package for flutter to use alert and toast within one line code.

function #

  • toast
  • alert
  • confirm
  • modal
  • popup
  • imagePreview
  • snack
  • progress

usage #

MyDialog.of(context).toast('tip message');

MyDialog.of(context).alert(Text('alert message'));

MyDialog.of(context).confirm(Text('alert message')).then((v){

});

MyDialog.of(context).popup(Text('popup contents'));

MyDialog.of(context).snack('tip');

Demo

30
likes
0
pub points
76%
popularity

Publisher

verified publishershirne.com

A package to use alert, confirm, toast, imagePreview, snack and popup within one line code.

Homepage
Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on shirne_dialog