TF-1487 Upgrade latest dependencies version for contact module
(cherry picked from commit 597f61a79dfe0f0cf08b76277bc898b949b9b3bc)
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
|
|
||||||
import 'package:jmap_dart_client/jmap/mail/email/email_address.dart';
|
import 'package:jmap_dart_client/jmap/mail/email/email_address.dart';
|
||||||
import 'package:model/model.dart';
|
import 'package:model/autocomplete/auto_complete_pattern.dart';
|
||||||
|
|
||||||
abstract class AutoCompleteDataSource {
|
abstract class AutoCompleteDataSource {
|
||||||
Future<List<EmailAddress>> getAutoComplete(AutoCompletePattern autoCompletePattern);
|
Future<List<EmailAddress>> getAutoComplete(AutoCompletePattern autoCompletePattern);
|
||||||
|
|||||||
+356
-266
File diff suppressed because it is too large
Load Diff
+15
-11
@@ -5,7 +5,7 @@ publish_to: 'none'
|
|||||||
version: 1.0.0+1
|
version: 1.0.0+1
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
sdk: ">=2.16.2 <3.0.0"
|
sdk: ">=2.19.2 <3.0.0"
|
||||||
|
|
||||||
dependencies:
|
dependencies:
|
||||||
flutter:
|
flutter:
|
||||||
@@ -14,28 +14,32 @@ dependencies:
|
|||||||
model:
|
model:
|
||||||
path: ../model
|
path: ../model
|
||||||
|
|
||||||
equatable: 2.0.3
|
### Dependencies from git ###
|
||||||
|
|
||||||
json_annotation: 4.5.0
|
|
||||||
|
|
||||||
jmap_dart_client:
|
jmap_dart_client:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/linagora/jmap-dart-client.git
|
url: https://github.com/linagora/jmap-dart-client.git
|
||||||
ref: master
|
ref: upgrade-latest-flutter-version
|
||||||
|
|
||||||
http_mock_adapter: 0.3.2
|
### Dependencies from pub.dev ###
|
||||||
|
equatable: 2.0.5
|
||||||
|
|
||||||
|
json_annotation: 4.8.0
|
||||||
|
|
||||||
|
dio: 5.0.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
flutter_test:
|
flutter_test:
|
||||||
sdk: flutter
|
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
|
||||||
|
|
||||||
mockito: 5.2.0
|
mockito: 5.3.2
|
||||||
|
|
||||||
|
http_mock_adapter: 0.4.2
|
||||||
# For information on the generic Dart part of this file, see the
|
# For information on the generic Dart part of this file, see the
|
||||||
# following page: https://dart.dev/tools/pub/pubspec
|
# following page: https://dart.dev/tools/pub/pubspec
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user