forked from larryaasen/upgrader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
49 lines (35 loc) · 1.44 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
name: upgrader
description: Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
version: 4.5.0
homepage: https://github.com/larryaasen/upgrader
environment:
sdk: '>=2.12.0 <3.0.0'
flutter: ">=1.12.0"
dependencies:
flutter:
sdk: flutter
# From fluttercommunity.dev: Get current device information from within the Flutter application.
device_info_plus: ">=3.2.0 <4.1.0"
# From Dart Team: A composable, Future-based library for making HTTP requests.
http: ^0.13.0
# From dart.dev: Platform independent access to information about the current operating system.
os_detect: ^2.0.0
# From Flutter Community: Provides an API for querying information about an application package.
package_info_plus: ^1.3.0
# From Flutter Team: Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android).
shared_preferences: ^2.0.3
# From Flutter Team: A Flutter plugin for launching a URL in the mobile platform.
url_launcher: ^6.1.0
# A dart library for comparing and incrementing version numbers with Semantic Versioning.
version: ">=2.0.0 <3.1.0"
# A dart library for parsing, traversing, querying, transforming and building XML documents.
xml: ">=5.0.2 <7.0.0"
# Pure Dart library for HTML5 parsing
html: ^0.15.0
dev_dependencies:
flutter_test:
sdk: flutter
# From Dart Team: Mock library for Dart inspired by Mockito.
mockito: ^5.0.0
flutter_lints: ^1.0.4
flutter: