✨ Flutter Alertify
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