-
-
Notifications
You must be signed in to change notification settings - Fork 62
/
pubspec.yaml
39 lines (39 loc) · 817 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
36
37
38
39
name: adaptive_dialog
description: Show alert dialog or modal action sheet adaptively according to platform.
version: 2.4.0
repository: https://github.com/mono0926/adaptive_dialog
funding:
- https://github.com/sponsors/mono0926
environment:
sdk: ^3.6.0
flutter: '>=3.27.0'
dependencies:
animations: ^2.0.3
collection: ^1.15.0
dynamic_color: ^1.4.0
flutter:
sdk: flutter
intersperse: ^2.0.0
macos_ui: ^2.0.0
meta: ^1.3.0
dev_dependencies:
flutter_test:
sdk: flutter
pedantic_mono: any
platforms:
android:
ios:
linux:
macos:
web:
windows:
screenshots:
- description: "Adaptive dialog image"
path: assets/showOkAlertDialog.png
- description: "Adaptive dialog sample code"
path: assets/showOkAlertDialog-code.png
topics:
- dialog
- adaptive
- alert
- popup