This is a simple implementation of a task manager with live data streams with the help of gRPC
This repository has two folders:
task_manager --> :
protos
client
Protos folder contains the gRPC definitions used to create the protocol buffers for data transmission. Read more here.
Client folder contains the task manager app.
cd client
.
Then run
flutter pub get
to install the flutter packages.
The server repo can be found here.
Run npm install
to install the packages.
Always ensure the protos folder in the grpc_server folder is in sync with the protos folder found in the client app
.
UI Inspritation can be found here
Simulator.Screen.Recording.-.iPhone.15.Pro.Max.-.2024-02-18.at.08.35.01.mp4
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.