sharmadhiraj / Flutter-gRPC-Shopping-List

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Dart 94.8%Language:HTML 3.6%Language:Swift 1.3%Language:Kotlin 0.2%Language:Objective-C 0.1%