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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user