In Part-1/2 of this series, we are going to implement a Golang API server that caters to HTTP GET requests from clients. We will create a hypothetical store with products carrying attributes: Name, Price, and Count. A valid HTTP GET request gets a response with a list of products.
In Part-2/2 of this series, we are going to develop a Flutter App that will execute API calls to the server. The fetched data in JSON format from the server will be displayed using ListView.
I hope you enjoyed this post. I would appreciate your feedback/suggestions/comments in the comment section below.
Thanks.
Top comments (2)
nice work, but what's with this weird music
Thanks. That's too much music :) ; I will take care of it in future videos.