forked from larryaasen/upgrader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
49 lines (35 loc) · 1.42 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: 8.1.0
homepage: https://github.com/larryaasen/upgrader
environment:
sdk: '>=2.18.6 <4.0.0'
flutter: ">=3.10.0"
dependencies:
flutter:
sdk: flutter
# From fluttercommunity.dev: Get current device information from within the Flutter application.
device_info_plus: ^9.0.1
# Pure Dart library for HTML5 parsing
html: ^0.15.3
# From Dart Team: A composable, Future-based library for making HTTP requests.
http: '>=0.13.6 <2.0.0'
# From dart.dev: Platform independent access to information about the current operating system.
os_detect: ^2.0.1
# From Flutter Community: Provides an API for querying information about an application package.
package_info_plus: ^4.0.1
# From Flutter Team: Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android).
shared_preferences: ^2.1.1
# From Flutter Team: A Flutter plugin for launching a URL in the mobile platform.
url_launcher: ^6.1.11
# A dart library for comparing and incrementing version numbers with Semantic Versioning.
version: ^3.0.2
# A dart library for parsing, traversing, querying, transforming and building XML documents.
xml: ^6.3.0
dev_dependencies:
flutter_test:
sdk: flutter
# From Dart Team: Mock library for Dart inspired by Mockito.
mockito: ^5.4.0
flutter_lints: ^2.0.1
flutter: