TF-1018 Add json_serialize and json_annotation to pubspec.yaml
This commit is contained in:
committed by
Dat H. Pham
parent
be6ab03cfb
commit
edc4a99e8b
+2
-2
@@ -769,14 +769,14 @@ packages:
|
|||||||
source: hosted
|
source: hosted
|
||||||
version: "0.6.4"
|
version: "0.6.4"
|
||||||
json_annotation:
|
json_annotation:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: json_annotation
|
name: json_annotation
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "4.5.0"
|
version: "4.5.0"
|
||||||
json_serializable:
|
json_serializable:
|
||||||
dependency: transitive
|
dependency: "direct dev"
|
||||||
description:
|
description:
|
||||||
name: json_serializable
|
name: json_serializable
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
|
|||||||
@@ -185,6 +185,8 @@ dependencies:
|
|||||||
|
|
||||||
byte_converter: 1.3.0
|
byte_converter: 1.3.0
|
||||||
|
|
||||||
|
json_annotation: 4.5.0
|
||||||
|
|
||||||
flutter_date_range_picker:
|
flutter_date_range_picker:
|
||||||
git:
|
git:
|
||||||
url: https://github.com/linagora/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
|
flutter_native_splash: 2.2.3+1
|
||||||
|
|
||||||
xml: 6.1.0
|
xml: 6.1.0
|
||||||
|
|
||||||
|
json_serializable: 6.2.0
|
||||||
# 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
|
||||||
|
|
||||||
@@ -226,6 +230,8 @@ flutter:
|
|||||||
- assets/images/
|
- assets/images/
|
||||||
- assets/icons/
|
- assets/icons/
|
||||||
- env.file
|
- env.file
|
||||||
|
- configurations/
|
||||||
|
- configurations/icons/
|
||||||
|
|
||||||
# An image asset can refer to one or more resolution-specific "variants", see
|
# An image asset can refer to one or more resolution-specific "variants", see
|
||||||
# https://flutter.dev/assets-and-images/#resolution-aware.
|
# https://flutter.dev/assets-and-images/#resolution-aware.
|
||||||
|
|||||||
Reference in New Issue
Block a user