If you already has an existing dev environment, you may need to do this:
Download Flutter SDK v3.19.6 from https://docs.flutter.dev/release/archive and update your FLUTTER_HOME env to the new version or update your IDE with the new SDK.
Update your JDK to v17 or newer
Run dart pub global activate protoc_plugin 21.1.2 to update protoc_plugin version
Run docker volume rm mlperf-formatter-pubcache mlperf-formatter-output to clear the cache for make docker/format
Run cd flutter/ios && rm Podfile.lock && pod install --repo-update if you develop for iOS
If you already has an existing dev environment, you may need to do this:
v3.19.6
from https://docs.flutter.dev/release/archive and update yourFLUTTER_HOME
env to the new version or update your IDE with the new SDK.v17
or newerdart pub global activate protoc_plugin 21.1.2
to update protoc_plugin versiondocker volume rm mlperf-formatter-pubcache mlperf-formatter-output
to clear the cache formake docker/format
cd flutter/ios && rm Podfile.lock && pod install --repo-update
if you develop for iOS