https://github.com/hacker1649/fetch-data-api
Classwork #5 - Fetch Data From Internet
https://github.com/hacker1649/fetch-data-api
dart fetch-api flutter http json
Last synced: 4 months ago
JSON representation
Classwork #5 - Fetch Data From Internet
- Host: GitHub
- URL: https://github.com/hacker1649/fetch-data-api
- Owner: hacker1649
- Created: 2024-03-04T10:39:17.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-04-08T10:09:34.000Z (about 1 year ago)
- Last Synced: 2024-12-31T15:50:28.107Z (6 months ago)
- Topics: dart, fetch-api, flutter, http, json
- Language: C++
- Homepage: https://docs.flutter.dev/cookbook/networking/fetch-data
- Size: 266 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# fetch_data
A new Flutter project.
Task: Create a Flutter app which makes a network call to fetch data from internet from the provided endpoint https://jsonplaceholder.typicode.com/comments/1 and reflect it on a UI after parsing it into a Dart class.
## Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
- [Lab: Write your first Flutter app](https://docs.flutter.dev/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://docs.flutter.dev/cookbook)For help getting started with Flutter development, view the
[online documentation](https://docs.flutter.dev/), which offers tutorials,
samples, guidance on mobile development, and a full API reference.