daichikuwa0618 / flutter-weather-app

Dummy Weather App Built with Flutter
1 stars 0 forks source link

Session6 #7

Closed github-actions[bot] closed 4 months ago

github-actions[bot] commented 4 months ago

JSON を扱う

yumemi_weather の API を切り替えて、より詳細な天気予報を取得して表示しましょう。

課題

動作イメージ

demo

ヒント

Dart にはデフォルトで JSON を変換する仕組み が用意されています。

daichikuwa0618 commented 4 months ago

📝

8 にて freezed 等による自動生成を扱うので、ここでの fronJson は自前で実装する