popup_alert 0.0.1 copy "popup_alert: ^0.0.1" to clipboard
popup_alert: ^0.0.1 copied to clipboard

This plugin allows you to show alert dialogs in your Flutter app from Java code.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add popup_alert

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

dependencies:
  popup_alert: ^0.0.1

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:popup_alert/flutter_alert_dialog.dart';
import 'package:popup_alert/flutter_alert_dialog_method_channel.dart';
import 'package:popup_alert/flutter_alert_dialog_platform_interface.dart';
2
likes
150
points
17
downloads

Publisher

unverified uploader

Weekly Downloads

This plugin allows you to show alert dialogs in your Flutter app from Java code.

Repository (GitHub)

Documentation

API reference

License

GPL-3.0 (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on popup_alert

Packages that implement popup_alert