confirm_alert 0.0.5 copy "confirm_alert: ^0.0.5" to clipboard
confirm_alert: ^0.0.5 copied to clipboard

A package to show confirmation dialogs.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add confirm_alert

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

dependencies:
  confirm_alert: ^0.0.5

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:confirm_alert/confirm_alert.dart';
0
likes
130
points
53
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A package to show confirmation dialogs.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_animate, flutter_localizations, intl, lottie

More

Packages that depend on confirm_alert