The purpose of this repo is to hold the code of the medium article Building an end-to-end system in dart using grpc* & flutter.
Please read the guide to see how to create a simple gRPC server using dartlang only.
-
First Part The first part focused on creating the backend in dart & an intro to gRPC in general.
-
Second Part
The second part focused on creating the Flutter Client with state management using riverpod.