facebook twitter hatena line email

「Flutter/外部ライブラリ/json」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(ページの作成:「==準備== 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...」)
 
行1: 行1:
 
==準備==
 
==準備==
 +
jsonパッケージインストール
 +
 
pubspec.yaml
 
pubspec.yaml
 
<pre>
 
<pre>

2019年5月3日 (金) 18:00時点における版

準備

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

pubspec.yaml

dependencies:
  json_annotation: ^2.0.0

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

を実行