1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-10 14:58:34 +00:00
Files
samples/jsonexample/pubspec.yaml
2019-07-03 06:34:38 +10:00

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.5.0
flutter_test:
sdk: flutter
flutter:
uses-material-design: true