popup_alert 0.0.1
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';