learn REST API integration with Flutter demo
JSON Placeholder : https://jsonplaceholder.typicode.com
API : https://jsonplaceholder.typicode.com/posts
JSON to Dart : https://app.quicktype.io
HTTP package : https://pub.dev/packages/http
JSON Placeholderにあるpostのデモデータをコピペして、quiicktypeにてJSON Schemaを生成。 RemoteServiceクラスでuriを指定してリクエストを送り、取得したデータ(title, body) を表示。