Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies:

cupertino_icons: ^1.0.6
flutter_rating_bar: ^4.0.1
protobuf: ^3.1.0
protobuf: ^6.0.0
firebase_app_check: ^0.4.5

dev_dependencies:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/bin/bash

# Uses dart protoc_plugin version 21.1.2. There are compilation issues with newer plugin versions.
# https://github.com/google/protobuf.dart/releases/tag/protoc_plugin-v21.1.2
# Run `pub global activate protoc_plugin 21.1.2`
# Uses dart protoc_plugin version 25.0.0. There are compilation issues with newer plugin versions.
# https://github.com/google/protobuf.dart/releases/tag/protoc_plugin-v25.0.0
# Run `dart pub global activate protoc_plugin 25.0.0`

rm -rf lib/src/generated
mkdir lib/src/generated
Expand Down
Loading
Loading