Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade packages with
flutter/dart pub upgrade
(#1742)
We couldn't run `dart run build_runner build` anymore. After executing this command, you received: ``` [SEVERE] Failed to spawn build script after retry. This is likely due to a misconfigured builder definition. See the generated script at .dart_tool/build/entrypoint/build.dart to find errors. ``` This issue was introduced with #1703. The reason for it was that we need a newer `frontend_server_client` version (see google/json_serializable.dart#1427 (comment)). After running `dart/flutter pub upgrade` in every package, I was able to execute `dart run build_runner build` again.
- Loading branch information