Project which implements Stone, Scissors, Paper using Dart.js, Flutter and gRPC.
brew tap dart-lang/dartbrew install dartbrew install protobufpub global activate protoc_pluginmake gento generate all required protobufs
- Run Backend
dart lib/server.dart
- Run flutter with the ios simulator
flutter run -t lib/client.dart - Run flutter with multiple simulators
flutter run -t lib/client.dart -d all