1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00

Update jsonexample (#72)

- use latest dependencies
- update build.yaml for removed option
- rebuilt generated code
This commit is contained in:
Kevin Moore
2019-05-01 17:56:55 -07:00
committed by GitHub
parent edd51e019b
commit c68ee4ab9e
6 changed files with 46 additions and 86 deletions

View File

@@ -2,11 +2,11 @@ name: jsonexample
description: A demonstration of JSON parsing
environment:
sdk: '>=2.0.0-dev <3.0.0'
sdk: '>=2.1.0 <3.0.0'
dependencies:
json_annotation: ^1.0.0
built_collection: '>=2.0.0 <5.0.0'
json_annotation: ^2.0.0
built_collection: ^4.0.0
built_value: ^6.1.5
flutter:
@@ -15,7 +15,7 @@ dependencies:
dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^6.1.5
json_serializable: ^1.0.0
json_serializable: ^2.2.1
flutter_test:
sdk: flutter