@@ -30,30 +30,25 @@ dependencies:
30
30
# A composable, Future-based library for making HTTP requests.
31
31
http : ^0.12.1
32
32
33
- # The following adds the launcher icon support to your application.
34
- # run below mentioned commands to generate launcher icons
35
- # flutter packages get
36
- # flutter packages pub run flutter_launcher_icons:main
37
- flutter_launcher_icons : ^0.7.5
38
-
39
33
# Flogs, a powerful logging framework
40
34
f_logs : ^1.2.2
41
35
42
36
# MobX is a library for reactively managing the state of your applications. Use the power of
43
37
# observables, actions, and reactions to supercharge your Dart and Flutter apps.
44
38
mobx : ^1.2.1+1
45
39
flutter_mobx : ^1.1.0+1
46
- mobx_codegen : ^1.1.0+1
47
40
48
41
# An helper to easily exposes a value using InheritedWidget without having to write one.
49
- provider : ^4.3.0
42
+ provider : ^4.3.1
50
43
51
44
# String validation and sanitization for Dart. Dart 2-compatible version of validator
52
45
validators : ^2.0.1
53
46
54
47
# A powerful Http client for Dart
55
48
dio : 3.0.9
56
49
50
+ # A flexible widget for user notification. Customize your text, button, duration, animations
51
+ # and much more. For Android devs, it is made to replace Snackbars and Toasts.
57
52
flushbar : ^1.10.4
58
53
59
54
# Material Dialog
@@ -67,15 +62,20 @@ dependencies:
67
62
ref : 7c3cbf6
68
63
69
64
dependency_overrides :
70
- source_gen : 0.9.5
65
+ source_gen : 0.9.6
71
66
analyzer : ^0.39.12
72
67
intl : ^0.16.1
73
68
74
-
75
69
dev_dependencies :
76
70
flutter_test :
77
71
sdk : flutter
78
72
73
+ # The following adds the launcher icon support to your application.
74
+ # run below mentioned commands to generate launcher icons
75
+ # flutter packages get
76
+ # flutter packages pub run flutter_launcher_icons:main
77
+ flutter_launcher_icons : ^0.7.5
78
+ mobx_codegen : ^1.1.0+1
79
79
json_serializable : ^3.3.0
80
80
build_runner : ^1.10.0
81
81
inject_generator :
0 commit comments