https://github.com/junxian428/flutter_frontend_parsejson_spring_restapi
Parse JSON data fetch from SpringBoot API Server. Display on ListView Flutter
https://github.com/junxian428/flutter_frontend_parsejson_spring_restapi
frontend json
Last synced: 6 months ago
JSON representation
Parse JSON data fetch from SpringBoot API Server. Display on ListView Flutter
- Host: GitHub
- URL: https://github.com/junxian428/flutter_frontend_parsejson_spring_restapi
- Owner: junxian428
- Created: 2021-12-17T06:06:59.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-12-17T06:16:05.000Z (over 4 years ago)
- Last Synced: 2025-01-21T15:50:30.597Z (over 1 year ago)
- Topics: frontend, json
- Language: Dart
- Homepage:
- Size: 54.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# d210044a_ho_weng_yin
A new Flutter project.
## 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://flutter.dev/docs/get-started/codelab)
- [Cookbook: Useful Flutter samples](https://flutter.dev/docs/cookbook)
For help getting started with Flutter, view our
[online documentation](https://flutter.dev/docs), which offers tutorials,
samples, guidance on mobile development, and a full API reference.
# Flutter_Frontend_ParseJSON_Spring_RESTAPI
Data From previous repository:
[
{"id":1000000000,"name":"Lavender Soap","price":12.5,"quantity":100.0},
{"id":1000000001,"name":"Lemongrass Soap","price":13.0,"quantity":200.0},
{"id":1000000002,"name":"Grape Soap","price":9.6,"quantity":75.0},
{"id":1000000003,"name":"Rose Soap","price":11.2,"quantity":30.0},
{"id":1000000004,"name":"Fragant Soap","price":7.7,"quantity":90.0}
]
RESTAPI Server:
https://github.com/junxian428/Spring_RESTAPI_CRUD_STOCK
SQL Database:
https://drive.google.com/file/d/1eCiOsUCZTuQEuI5BGuX-htt3TL5l7gxu/view?usp=sharing
