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

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

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

![263526092_280650174106523_5809651679164832403_n](https://user-images.githubusercontent.com/58724748/146497730-8a674bc4-24ad-4ca1-b9e5-770b70ff8980.jpg)