-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
pubspec.yaml
63 lines (45 loc) · 1.21 KB
/
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
name: flutter_in_store_app_version_checker
description: >
"A lightweight flutter plugin to check if your app is up-to-date on GooglePlay or AppStore. Made with ❤️ by ziqq."
version: 1.9.0
homepage: https://github.com/ziqq/flutter_in_store_app_version_checker
repository: https://github.com/ziqq/flutter_in_store_app_version_checker
issue_tracker: https://github.com/ziqq/flutter_in_store_app_version_checker/issues
funding:
- https://www.buymeacoffee.com/ziqq
- https://www.patreon.com/ziqq
- https://boosty.to/ziqq
platforms:
android:
ios:
#screenshots:
# - description: 'Example of using the library to check app version.'
# path: example.png
environment:
sdk: '>=3.0.0 <4.0.0'
flutter: ">=3.0.0"
dependencies:
flutter:
sdk: flutter
# Annotations
meta: ^1.0.0
# Http
http: ^1.2.2
# Utilities
package_info_plus: ^8.0.2
dev_dependencies:
flutter_test:
sdk: flutter
build_runner: ^2.4.12
# Testing
mockito: ^5.4.4
# Linting
flutter_lints: ^4.0.0
flutter:
plugin:
platforms:
android:
package: com.flutter.instoreappversionchecker
pluginClass: InStoreAppVersionCheckerPlugin
ios:
pluginClass: InStoreAppVersionCheckerPlugin