https://github.com/sloppycoder/bank-demo-app
Demo banking app, works with the backend services in bank-demo repo
https://github.com/sloppycoder/bank-demo-app
dart flutter flutterweb grpc grpc-dart grpc-web
Last synced: about 1 month ago
JSON representation
Demo banking app, works with the backend services in bank-demo repo
- Host: GitHub
- URL: https://github.com/sloppycoder/bank-demo-app
- Owner: sloppycoder
- Created: 2020-06-14T07:42:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-16T09:58:39.000Z (almost 6 years ago)
- Last Synced: 2025-09-26T09:56:51.922Z (9 months ago)
- Topics: dart, flutter, flutterweb, grpc, grpc-dart, grpc-web
- Language: Dart
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# demobank
A new Flutter app for calling services gRPC services. Designed to work with backend services in [bank-demo repo](https://github.com/sloppycoder/bank-demo)
## notes
1. protoc does not generate code for google.protobuf.Timestamp by default. To recompile the proto type, use the following command
```
protoc --dart_out=grpc:lib/ protos/demo_bank.proto protos/google/protobuf/timestamp.proto -I protos
```