@@ -10,55 +10,52 @@ description: A flutter boilerplate project created using MobX and Provider.
10
10
version : 1.0.0+1
11
11
12
12
environment :
13
- sdk : " >=2.2.0 <3.0.0"
13
+ sdk : " >=2.2.2 <3.0.0"
14
14
15
15
dependencies :
16
16
flutter :
17
17
sdk : flutter
18
18
19
+ flutter_localizations :
20
+ sdk : flutter
21
+ flutter_cupertino_localizations : ^1.0.1
22
+
19
23
# The following adds the Cupertino Icons font to your application.
20
24
# Use with the CupertinoIcons class for iOS style icons.
21
25
cupertino_icons : ^0.1.2
22
26
23
27
# The following adds the shared pref as a dependency in your application
24
- shared_preferences : ^0.4.3
28
+ shared_preferences : ^0.5.3+4
25
29
26
30
# A composable, Future-based library for making HTTP requests.
27
- http : ^0.12.0+1
28
-
29
- # This package provides internationalization and localization facilities, including message translation,
30
- # plurals and genders, date/number formatting and parsing, and bidirectional text
31
- intl : ^0.15.7
31
+ http : ^0.12.0+2
32
32
33
33
# The following adds the launcher icon support to your application.
34
34
# run below mentioned commands to generate launcher icons
35
35
# flutter packages get
36
36
# flutter packages pub run flutter_launcher_icons:main
37
- flutter_launcher_icons : ^0.7.0
37
+ flutter_launcher_icons : ^0.7.3
38
38
39
39
# Flogs, a powerful logging framework
40
- f_logs : ^1.1 .1
40
+ f_logs : ^1.2 .1
41
41
42
42
# MobX is a library for reactively managing the state of your applications. Use the power of
43
43
# observables, actions, and reactions to supercharge your Dart and Flutter apps.
44
- mobx : ^0.3.4
45
- flutter_mobx : ^0.3.0 +1
46
- mobx_codegen : ^0.3.3 +1
44
+ mobx : ^0.3.8+1
45
+ flutter_mobx : ^0.3.3 +1
46
+ mobx_codegen : ^0.3.9 +1
47
47
48
48
# An helper to easily exposes a value using InheritedWidget without having to write one.
49
- provider : ^1.6.1
49
+ provider : ^3.1.0
50
50
51
51
# String validation and sanitization for Dart. Dart 2-compatible version of validator
52
52
validators : ^2.0.0+1
53
53
54
- # Provides Dart Build System builders for handling JSON.
55
- json_serializable : ^3.0.0
56
-
57
54
# A powerful Http client for Dart
58
- dio : 2.1.6
55
+ dio : 2.1.13
59
56
60
57
# A flexible widget for user notification.
61
- flushbar : ^1.8.2
58
+ flushbar : ^1.9.0
62
59
63
60
# Dependency injection
64
61
inject :
@@ -67,15 +64,17 @@ dependencies:
67
64
path : package/inject
68
65
69
66
dependency_overrides :
70
- analyzer : ^0.36.3
67
+ source_gen : 0.9.4+1
68
+ analyzer : ^0.37.1
69
+ intl : ^0.16.0
70
+
71
71
72
72
dev_dependencies :
73
73
flutter_test :
74
74
sdk : flutter
75
75
76
- flutter_launcher_icons : " ^0.7.0"
77
- build_runner : ^1.3.0
78
-
76
+ json_serializable : ^3.2.2
77
+ build_runner : ^1.7.1
79
78
inject_generator :
80
79
git :
81
80
url : https://github.com/google/inject.dart.git
0 commit comments