forked from larryaasen/upgrader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pubspec.yaml
46 lines (33 loc) · 1.35 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
name: upgrader
description: Flutter package for prompting users to upgrade when there is a newer version of the app in the store.
version: 2.8.2
homepage: https://github.com/larryaasen/upgrader
environment:
sdk: ">=2.2.2 <3.0.0"
flutter: ">=1.12.0"
dependencies:
flutter:
sdk: flutter
# From Dart Team: Get current device information from within the Flutter application.
device_info: '>=0.4.1 <1.1.0'
# From Florin Bratan: A Flutter plugin for retrieving the device locale information.
flutter_device_locale: ^0.4.0
# From Dart Team: A composable, Future-based library for making HTTP requests.
http: ^0.12.0
# From Flutter Team: Provides an API for querying information about an application package.
package_info: '>=0.4.0+3 <2.0.0'
# From Flutter Team: Wraps NSUserDefaults (on iOS) and SharedPreferences (on Android).
shared_preferences: ^0.5.2
# From Flutter Team: A Flutter plugin for launching a URL in the mobile platform.
url_launcher: ^5.0.2
# A dart library for comparing and incrementing version numbers with Semantic Versioning.
version: ^1.2.0
# A dart library for parsing, traversing, querying, transforming and building XML documents.
xml: '>=3.5.0 <5.0.0'
dev_dependencies:
flutter_test:
sdk: flutter
# From Dart Team: Mock library for Dart inspired by Mockito.
mockito: ^4.0.0
pedantic: ^1.9.0
flutter: