TF-1487 Upgrade latest dependencies version for model module
(cherry picked from commit 06f776cae94c9e40a33d8e609fe70099428b6fe0)
This commit is contained in:
+348
-267
File diff suppressed because it is too large
Load Diff
+20
-27
@@ -20,7 +20,7 @@ publish_to: none
|
||||
version: 1.0.0+1
|
||||
|
||||
environment:
|
||||
sdk: ">=2.16.2 <3.0.0"
|
||||
sdk: ">=2.19.2 <3.0.0"
|
||||
|
||||
dependencies:
|
||||
flutter:
|
||||
@@ -29,48 +29,41 @@ dependencies:
|
||||
core:
|
||||
path: ../core
|
||||
|
||||
# The following adds the Cupertino Icons font to your application.
|
||||
# Use with the CupertinoIcons class for iOS style icons.
|
||||
cupertino_icons: ^1.0.2
|
||||
|
||||
# equatable
|
||||
equatable: 2.0.3
|
||||
|
||||
# quiver
|
||||
quiver: 3.0.1+1
|
||||
|
||||
# intl
|
||||
intl: 0.17.0
|
||||
|
||||
# jmap_dart_client
|
||||
### Dependencies from git ###
|
||||
jmap_dart_client:
|
||||
git:
|
||||
url: https://github.com/linagora/jmap-dart-client.git
|
||||
ref: master
|
||||
ref: upgrade-latest-flutter-version
|
||||
|
||||
### Dependencies from pub.dev ###
|
||||
cupertino_icons: ^1.0.5
|
||||
|
||||
equatable: 2.0.5
|
||||
|
||||
quiver: 3.2.1
|
||||
|
||||
# flutter_localizations depends on intl 0.17.0
|
||||
intl: 0.17.0
|
||||
|
||||
# uri
|
||||
uri: 1.0.0
|
||||
|
||||
# json_annotation
|
||||
json_annotation: 4.5.0
|
||||
json_annotation: 4.8.0
|
||||
|
||||
# http_parser
|
||||
http_parser: 4.0.0
|
||||
http_parser: 4.0.2
|
||||
|
||||
# mime
|
||||
mime: 1.0.1
|
||||
mime: 1.0.4
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter_lints: 1.0.4
|
||||
flutter_lints: ^2.0.1
|
||||
|
||||
build_runner: 2.1.11
|
||||
build_runner: 2.3.3
|
||||
|
||||
json_serializable: 6.2.0
|
||||
json_serializable: 6.6.1
|
||||
|
||||
analyzer: 3.2.0
|
||||
analyzer: 5.6.0
|
||||
# For information on the generic Dart part of this file, see the
|
||||
# following page: https://dart.dev/tools/pub/pubspec
|
||||
|
||||
|
||||
Reference in New Issue
Block a user