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

Updates for 1.9 (#139)

This commit is contained in:
Andrew Brogdon
2019-09-10 08:47:34 -07:00
committed by GitHub
parent f955976837
commit 16fa475ff8
31 changed files with 194 additions and 265 deletions

View File

@@ -2,26 +2,25 @@ name: jsonexample
description: A demonstration of JSON parsing
environment:
sdk: '>=2.1.0 <3.0.0'
sdk: '>=2.5.0 <3.0.0'
dependencies:
json_annotation: ^2.0.0
built_collection: ^4.0.0
built_value: ^6.1.5
json_annotation: ^3.0.0
built_collection: ^4.2.2
built_value: ^6.7.1
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^1.0.0
built_value_generator: ^6.1.5
json_serializable: ^2.2.1
pedantic: ^1.7.0
build_runner: ^1.6.8
built_value_generator: ^6.7.1
json_serializable: ^3.2.2
pedantic: ^1.8.0+1
flutter_test:
sdk: flutter
flutter:
uses-material-design: true