Skip to content

Exploring gRPC communication between a Dart gRPC server and a Flutter client for managing a simple shopping list.

Notifications You must be signed in to change notification settings

sharmadhiraj/Flutter-gRPC-Shopping-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Flutter gRPC Shopping List

Welcome to the Flutter gRPC Shopping List project! This project is designed to explore gRPC communication between a Dart gRPC server and a Flutter client. The primary focus is on creating a simple shopping list application usin gRPC.

Overview

  • Server: Dart gRPC server handles the backend logic, providing functionality for managing a shopping list. Further Details
  • Client: Flutter app acts as the frontend, allowing users to interact with the shopping list through a user-friendly interface. Further Details

Features

  • Add Items: Users can add items to the shopping list.
  • List Items: Display the current items in the shopping list.
  • Delete Items: Remove items from the shopping list.

Demo

Demo Gif

About

Exploring gRPC communication between a Dart gRPC server and a Flutter client for managing a simple shopping list.

Topics

Resources

Stars

Watchers

Forks