In this post, we will address how to create a gRPC client in Flutter and connect to a Server. In order to test our client application, we will quickly build a gRPC service using .Net. gRPC Server (C# .Net) Let us use the Asp.Net core gRPC Service template provided by Visual Studio. With the basic … Continue reading Create a Flutter gRPC client