forked from zonble/flutter_platform_alert
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpubspec.yaml
35 lines (29 loc) · 855 Bytes
/
pubspec.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
name: flutter_platform_alert
description: A plugin helps to call native API to play alert sound and show alert dialogs. For example, it bridges MessageBox and TaskDialogIndirect on Windows.
version: 0.2.8
homepage: https://github.com/zonble/flutter_platform_alert
environment:
sdk: ">=2.12.0 <3.0.0"
flutter: ">=1.20.0"
dependencies:
flutter:
sdk: flutter
path: ^1.8.0
dev_dependencies:
flutter_test:
sdk: flutter
flutter_lints: ^1.0.0
flutter:
plugin:
platforms:
android:
package: net.zonble.flutter_platform_alert
pluginClass: FlutterPlatformAlertPlugin
ios:
pluginClass: FlutterPlatformAlertPlugin
macos:
pluginClass: FlutterPlatformAlertPlugin
windows:
pluginClass: FlutterPlatformAlertPlugin
linux:
pluginClass: FlutterPlatformAlertPlugin