-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: migrate Flutter SDK from v3.7 to v3.19 #883
Conversation
MLCommons CLA bot All contributors have signed the MLCommons CLA ✍️ ✅ |
acf680d
to
9bde034
Compare
edf6297
to
f8904d2
Compare
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
GMS (Google Mobile Services?) is not enabled by default on phones purchased in China. Some of them can enable GMS easily; some are really complicated. Does our APP work with a phone without GMS enabled.
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