@@ -10,7 +10,7 @@ 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.2 <3.0.0"
13
+ sdk : " >=2.6.0 <3.0.0"
14
14
15
15
dependencies :
16
16
flutter :
@@ -25,7 +25,7 @@ dependencies:
25
25
cupertino_icons : ^0.1.2
26
26
27
27
# The following adds the shared pref as a dependency in your application
28
- shared_preferences : ^0.5.3+4
28
+ shared_preferences : ^0.5.4+6
29
29
30
30
# A composable, Future-based library for making HTTP requests.
31
31
http : ^0.12.0+2
@@ -34,19 +34,19 @@ dependencies:
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.3
37
+ flutter_launcher_icons : ^0.7.4
38
38
39
39
# Flogs, a powerful logging framework
40
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.8+1
45
- flutter_mobx : ^0.3.3+1
46
- mobx_codegen : ^0.3.9 +1
44
+ mobx : ^0.3.9+3
45
+ flutter_mobx : ^0.3.3+3
46
+ mobx_codegen : ^0.3.10 +1
47
47
48
48
# An helper to easily exposes a value using InheritedWidget without having to write one.
49
- provider : ^3.1 .0
49
+ provider : ^3.2 .0
50
50
51
51
# String validation and sanitization for Dart. Dart 2-compatible version of validator
52
52
validators : ^2.0.0+1
@@ -55,7 +55,7 @@ dependencies:
55
55
dio : 2.1.13
56
56
57
57
# A flexible widget for user notification.
58
- flushbar : ^1.9.0
58
+ flushbar : ^1.9.1
59
59
60
60
# Dependency injection
61
61
inject :
@@ -73,8 +73,8 @@ dev_dependencies:
73
73
flutter_test :
74
74
sdk : flutter
75
75
76
- json_serializable : ^3.2.2
77
- build_runner : ^1.7.1
76
+ json_serializable : ^3.2.3
77
+ build_runner : ^1.7.2
78
78
inject_generator :
79
79
git :
80
80
url : https://github.com/google/inject.dart.git
0 commit comments