https://github.com/shorotshishir/grpc-flutter
https://github.com/shorotshishir/grpc-flutter
flutter-app grpc grpc-client grpc-dart
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/shorotshishir/grpc-flutter
- Owner: Shorotshishir
- Created: 2020-12-13T14:33:35.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-13T16:17:59.000Z (over 5 years ago)
- Last Synced: 2025-01-10T07:11:28.968Z (over 1 year ago)
- Topics: flutter-app, grpc, grpc-client, grpc-dart
- Language: Dart
- Homepage:
- Size: 56.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# flutter_grpc
This is an application that can receive `grpc` server stream and show it in the UI.
## Regenerate services from protofile
protoc --dart_out=grpc:lib/src/generated -Iprotos protos/greet.proto
## Test
To test the application , use the server application from this [repo](https://github.com/Shorotshishir/grpc/tree/main/Server)
> This application will be able to receive server side stream