diff --git a/pubspec.lock b/pubspec.lock index 94120d932..1f536d08a 100644 --- a/pubspec.lock +++ b/pubspec.lock @@ -769,14 +769,14 @@ packages: source: hosted version: "0.6.4" json_annotation: - dependency: transitive + dependency: "direct main" description: name: json_annotation url: "https://pub.dartlang.org" source: hosted version: "4.5.0" json_serializable: - dependency: transitive + dependency: "direct dev" description: name: json_serializable url: "https://pub.dartlang.org" diff --git a/pubspec.yaml b/pubspec.yaml index 4a9bef799..38f62a0f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -185,6 +185,8 @@ dependencies: byte_converter: 1.3.0 + json_annotation: 4.5.0 + flutter_date_range_picker: git: url: https://github.com/linagora/flutter-date-range-picker.git @@ -207,6 +209,8 @@ dev_dependencies: flutter_native_splash: 2.2.3+1 xml: 6.1.0 + + json_serializable: 6.2.0 # For information on the generic Dart part of this file, see the # following page: https://dart.dev/tools/pub/pubspec @@ -226,6 +230,8 @@ flutter: - assets/images/ - assets/icons/ - env.file + - configurations/ + - configurations/icons/ # An image asset can refer to one or more resolution-specific "variants", see # https://flutter.dev/assets-and-images/#resolution-aware.