DEV Community

Cover image for Flutter+Dart Frontend <-->Golang Backend API
CodeFuture
CodeFuture

Posted on • Originally published at blog.codefuture.dev

7 1

Flutter+Dart Frontend <-->Golang Backend API

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.

Follow Me :

YouTube CodeFuture , Twitter

Link to GitHub :

Source Code

Top comments (2)

Collapse
 
whjte profile image
John Snow

nice work, but what's with this weird music

Collapse
 
codefuture profile image
CodeFuture

Thanks. That's too much music :) ; I will take care of it in future videos.

AWS Security LIVE!

Join us for AWS Security LIVE!

Discover the future of cloud security. Tune in live for trends, tips, and solutions from AWS and AWS Partners.

Learn More

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay