facebook twitter hatena line email

Flutter/外部ライブラリ/json

提供: 初心者エンジニアの簡易メモ
2019年5月3日 (金) 18:00時点におけるAdmin (トーク | 投稿記録)による版

移動: 案内検索

準備

jsonパッケージインストール

pubspec.yaml

dependencies:
  json_annotation: ^2.0.0

dev_dependencies:
  build_runner: ^1.0.0
  json_serializable: ^2.0.0
$ flutter package get

を実行