alertify 0.0.1 copy "alertify: ^0.0.1" to clipboard
alertify: ^0.0.1 copied to clipboard

outdated

A Flutter package that shows beautiful alert with 5 different styles.

Alertify #

Beautiful flutter alerts!

Using #

Alertify( content: 'Some content here', context: context, isDismissible: true, title: 'Alertify', alertType: AlertifyType.success, buttonText: 'OK', animationType: AnimationType.outToIn ).show();

Properties #

| Property | Action | | alertType | Pick your alert type such as success, error, warning, info and none | | content | some content to show user | | title | | The title that shown to user | | buttonText | | The button text | | animationType | | AnimationType.leftToRight, AnimationType.rightToLeft, AnimationType.topToBottom, AnimationType.bottomToTop, AnimationType.inToOut, AnimationType.outToIn |

3
likes
10
pub points
21%
popularity

Publisher

unverified uploader

A Flutter package that shows beautiful alert with 5 different styles.

Repository
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on alertify