alert_craft 0.0.1 alert_craft: ^0.0.1 copied to clipboard
Alert Craft simplifies creating customizable notification and selection dialogs for Flutter applications. Utilize the OverlayService for user-friendly notifications and choice prompts. Quickly display [...]
Alert Craft Flutter Package #
Alert Craft is a Flutter package designed to simplify the creation of customizable notification and selection dialogs for your Flutter applications. It provides intuitive APIs and pre-built components to enhance user interaction through clear and customizable alerts.
Features #
- OverlayService: Manage overlay dialogs effortlessly for user-friendly notifications and choice prompts.
- AlertDialogWidget: Display customizable alert dialogs with icons, titles, descriptions, and configurable buttons.
- SelectionWidget: Present selection dialogs with options for left and right buttons, each configurable with text and actions.
- Responsive Design: Utilize the
screen_responsive_size
utility for responsive sizing across different screen sizes.
Installation #
Add the following dependency to your pubspec.yaml
:
dependencies:
alert_craft: ^1.0.0 # Replace with the latest version