mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
28 lines
416 B
YAML
28 lines
416 B
YAML
name: jsonexample
|
|
description: A demonstration of JSON parsing
|
|
|
|
environment:
|
|
sdk: '>=2.1.0 <3.0.0'
|
|
|
|
dependencies:
|
|
json_annotation: ^2.0.0
|
|
built_collection: ^4.0.0
|
|
built_value: ^6.1.5
|
|
|
|
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
|
|
|
|
flutter_test:
|
|
sdk: flutter
|
|
|
|
flutter:
|
|
|
|
uses-material-design: true
|
|
|