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
- Host: GitHub
- URL: https://github.com/nameisjayant/flutter-fetch-data-from-server
- Owner: nameisjayant
- Created: 2020-08-14T10:30:42.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T12:25:01.000Z (almost 5 years ago)
- Last Synced: 2025-01-19T19:58:22.642Z (about 1 year ago)
- Topics: api, dart, flutter, http, json, kotlin
- Language: Dart
- Homepage:
- Size: 224 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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