Skip to content

A project to learn about how to retrieve a local json file using flutter. Actually this project is created to help me teach my students.

Notifications You must be signed in to change notification settings

ahmfarisi/flutter_retrieve_local_json

Repository files navigation

flutter_retrieve_local_json

A project to learn about how to retrieve a local json file using flutter. Actually this project is created to help me teach my students.

karyawan.json

[
  {
    "nama": "Budi Setiawan",
    "umur": 30,
    "alamat": {
      "jalan": "Jl. Pahlawan",
      "kota": "Surabaya",
      "provinsi": "Jawa Timur"
    },
    "hobi": ["membaca", "bersepeda"]
  },
  {
    "nama": "Ferdinan Lubis",
    "umur": 25,
    "alamat": {
      "jalan": "Jl. Cipto",
      "kota": "Jakarta",
      "provinsi": "DKI Jakarta"
    },
    "hobi": ["menulis", "makan"]
  }
]

project hierarchy

App Screenshot

Screenshot

App Screenshot

About

A project to learn about how to retrieve a local json file using flutter. Actually this project is created to help me teach my students.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published