Skip to content

bettdouglas/hospitals

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

gRPC in Dart & Flutter

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.

  1. First Part The first part focused on creating the backend in dart & an intro to gRPC in general.

  2. Second Part
    The second part focused on creating the Flutter Client with state management using riverpod.

    • The app README of the app in the second part focuses on how to use Client Interceptors in gRPC.
    • The server README focuses on implementing Server Side gRPC interceptors which get called whenever any request is made to the server. That enables things like authentication, logging etc.

Releases

No releases published

Packages

No packages published