Current working version demo:
generate gRPC code
$ protoc --dart_out=grpc:lib/generated -Iprotos protos/post.proto
generate proto
$ protoc -I=protos --dart_out=lib/generated protos/post.proto
pub get
flutter pub get
register here
or follow this tutorial with handy pictures
Create credentials file upon complete the above:
See gist on what the expected file and class type used in RedditService looks like.
flutter run
flutter doctor
- to help troubleshoot any missing deps