0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

Flutterで,APIの使い方を学ぶために簡易的な天気予測アプリを作った話

Posted at

目的

Flutterで、APIの使い方を学ぶために簡易的なアプリを作りました。
APIを学ぼうと考えたのは、自身の勉強用のアプリケーションを作っていく中で,
Cloud上のdatabaseを用いる時にAPIの使い方がわからないので、
APIについて学ぼうと思いました。

参考コード

下のリンクに自信が作ったweather forecastのコードが載っています。

APIの取得方法について知りたい方は、以下にAPIを取得するためのコードが載っています。

学んだこと

APIを取得してそれを利用するには、Database上のJsonファイルについて理解してから、
それをDartファイル(PODOファイル)に変換する必要がある
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?