Install protoc
for compiling https://github.com/protocolbuffers/protobuf#protocol-compiler-installation
- Enable protobuf:
dart pub global activate protoc_plugin
(Usedart
instead offvm flutter pub
here) in the./frontend/
directory. - Then execute the Dart
build_runner
like this:fvm flutter pub run build_runner build