Skip to content

Commit d4a3705

Browse files
committed
- fixed #22
1 parent f0ff527 commit d4a3705

File tree

1 file changed

+21
-22
lines changed

1 file changed

+21
-22
lines changed

pubspec.yaml

+21-22
Original file line numberDiff line numberDiff line change
@@ -10,55 +10,52 @@ description: A flutter boilerplate project created using MobX and Provider.
1010
version: 1.0.0+1
1111

1212
environment:
13-
sdk: ">=2.2.0 <3.0.0"
13+
sdk: ">=2.2.2 <3.0.0"
1414

1515
dependencies:
1616
flutter:
1717
sdk: flutter
1818

19+
flutter_localizations:
20+
sdk: flutter
21+
flutter_cupertino_localizations: ^1.0.1
22+
1923
# The following adds the Cupertino Icons font to your application.
2024
# Use with the CupertinoIcons class for iOS style icons.
2125
cupertino_icons: ^0.1.2
2226

2327
# 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
2529

2630
# 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
3232

3333
# The following adds the launcher icon support to your application.
3434
# run below mentioned commands to generate launcher icons
3535
# flutter packages get
3636
# flutter packages pub run flutter_launcher_icons:main
37-
flutter_launcher_icons: ^0.7.0
37+
flutter_launcher_icons: ^0.7.3
3838

3939
# Flogs, a powerful logging framework
40-
f_logs: ^1.1.1
40+
f_logs: ^1.2.1
4141

4242
# MobX is a library for reactively managing the state of your applications. Use the power of
4343
# 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
4747

4848
# An helper to easily exposes a value using InheritedWidget without having to write one.
49-
provider: ^1.6.1
49+
provider: ^3.1.0
5050

5151
# String validation and sanitization for Dart. Dart 2-compatible version of validator
5252
validators: ^2.0.0+1
5353

54-
# Provides Dart Build System builders for handling JSON.
55-
json_serializable: ^3.0.0
56-
5754
# A powerful Http client for Dart
58-
dio: 2.1.6
55+
dio: 2.1.13
5956

6057
# A flexible widget for user notification.
61-
flushbar: ^1.8.2
58+
flushbar: ^1.9.0
6259

6360
# Dependency injection
6461
inject:
@@ -67,15 +64,17 @@ dependencies:
6764
path: package/inject
6865

6966
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+
7171

7272
dev_dependencies:
7373
flutter_test:
7474
sdk: flutter
7575

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
7978
inject_generator:
8079
git:
8180
url: https://github.com/google/inject.dart.git

0 commit comments

Comments
 (0)