alert_craft 0.0.10 copy "alert_craft: ^0.0.10" to clipboard
alert_craft: ^0.0.10 copied to clipboard

Alert Craft simplifies customizable notification and selection dialogs for Flutter. Use OverlayService for notifications and choice prompts.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add alert_craft
copied to clipboard

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

dependencies:
  alert_craft: ^0.0.10
copied to clipboard

Alternatively, your editor might support 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';
copied to clipboard
1
likes
120
points
64
downloads

Publisher

verified publisheryeksoftware.com.tr

Weekly Downloads

2024.09.26 - 2025.04.10

Alert Craft simplifies customizable notification and selection dialogs for Flutter. Use OverlayService for notifications and choice prompts.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, get, package_info_plus

More

Packages that depend on alert_craft