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

https://github.com/nameisjayant/flutter-fetch-data-from-server

In this post we will see how we can fetch data from server in flutter, basically first we will send the http request to the server for list of bollywood actors that's include name,image,and age of the actors then we will store that data in a List, after that we will show that data into a card
https://github.com/nameisjayant/flutter-fetch-data-from-server

api dart flutter http json kotlin

Last synced: about 1 month ago
JSON representation

In this post we will see how we can fetch data from server in flutter, basically first we will send the http request to the server for list of bollywood actors that's include name,image,and age of the actors then we will store that data in a List, after that we will show that data into a card

Awesome Lists containing this project

README

          

# Fetch data from server in flutter

In this post we will see how we can fetch data from server in flutter, basically first we will send the http request to the server for list of bollywood actors that's include name,image,and age of the actors then we will store that data in a List, after that we will show that data into a card.....

url -> http://codingwithjks.tech/data.php