An open API service indexing awesome lists of open source software.

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

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.