Flutter/外部ライブラリ/json
提供: 初心者エンジニアの簡易メモ
2019年5月3日 (金) 17:59時点におけるAdmin (トーク | 投稿記録)による版 (ページの作成:「==準備== pubspec.yaml <pre> dependencies: json_annotation: ^2.0.0 dev_dependencies: build_runner: ^1.0.0 json_serializable: ^2.0.0 </pre> $ flutter package get...」)
準備
pubspec.yaml
dependencies: json_annotation: ^2.0.0 dev_dependencies: build_runner: ^1.0.0 json_serializable: ^2.0.0
$ flutter package get
を実行