alert_craft 0.0.1 copy "alert_craft: ^0.0.1" to clipboard
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 [...]

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add alert_craft

With Flutter:

 $ flutter pub add alert_craft

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  alert_craft: ^0.0.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:alert_craft/alert_craft.dart';
1
likes
0
points
195
downloads

Publisher

verified publisheryeksoftware.com.tr

Weekly Downloads

Alert Craft simplifies creating customizable notification and selection dialogs for Flutter applications. Utilize the OverlayService for user-friendly notifications and choice prompts. Quickly display messages with components like AlertDialogWidget and SelectionWidget, customize colors, button text, and functions. Enhance user experience with easy integration and a rich feature set.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter

More

Packages that depend on alert_craft