TF-4169 Create Labels capability and Label object
This commit is contained in:
+16
-1
@@ -11,11 +11,26 @@ dependencies:
|
||||
flutter:
|
||||
sdk: flutter
|
||||
|
||||
### Dependencies from git ###
|
||||
jmap_dart_client:
|
||||
git:
|
||||
url: https://github.com/linagora/jmap-dart-client.git
|
||||
ref: main
|
||||
|
||||
### Dependencies from pub.dev ###
|
||||
equatable: 2.0.5
|
||||
|
||||
json_annotation: 4.8.0
|
||||
|
||||
dev_dependencies:
|
||||
flutter_test:
|
||||
sdk: flutter
|
||||
|
||||
flutter_lints: 2.0.1
|
||||
flutter_lints: ^5.0.0
|
||||
|
||||
build_runner: 2.4.10
|
||||
|
||||
json_serializable: 6.6.1
|
||||
|
||||
# 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