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

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

✨ Flutter Alertify #

![pub package]

A collection of beautiful animated dialogs.

🎖 Installing #

dependencies:
  alertify: "^0.0.1"

⚡️ Import #

import 'package:alertify/alertify.dart';

🎮 How To Use #

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

❗️ Note #

  • Pull requests are welcomed

⭐️ License #

MIT License

3
likes
20
pub points
29%
popularity

Publisher

unverified uploader

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

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter

More

Packages that depend on alertify