1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00
Files
samples/jsonexample/pubspec.yaml
John Ryan dfba162762 jsonexample maintenance (#150)
* jsonexample maintenance

* formatting
2019-10-08 08:52:47 -07:00

26 lines
416 B
YAML

name: jsonexample
description: A demonstration of JSON parsing
environment:
sdk: '>=2.5.0 <3.0.0'
dependencies:
json_annotation: ^3.0.0
built_collection: ^4.2.2
built_value: ^6.7.1
flutter:
sdk: flutter
dev_dependencies:
build_runner: ^1.7.1
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