-
-
Notifications
You must be signed in to change notification settings - Fork 243
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
flutter-example: migrate legacy buildscript #2644
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
buenaflor
requested review from
krystofwoldrich and
stefanosiano
as code owners
January 29, 2025 15:16
buenaflor
changed the title
ci: fix flutter beta not working with android sample
ci: fix flutter beta jobs not working with android sample
Jan 29, 2025
buenaflor
changed the title
ci: fix flutter beta jobs not working with android sample
flutter-example: migrate legacy buildscript
Jan 29, 2025
Android Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b930b94 | 484.42 ms | 525.51 ms | 41.09 ms |
d8519f9 | 352.83 ms | 420.46 ms | 67.62 ms |
7ade5af | 341.04 ms | 386.84 ms | 45.80 ms |
73d70bf | 467.08 ms | 546.12 ms | 79.04 ms |
299a3f6 | 508.79 ms | 563.71 ms | 54.93 ms |
8776cdf | 353.32 ms | 416.58 ms | 63.26 ms |
e893df5 | 310.60 ms | 380.58 ms | 69.98 ms |
0764150 | 469.49 ms | 541.86 ms | 72.37 ms |
09c1f55 | 449.98 ms | 509.38 ms | 59.40 ms |
f2db4ec | 372.46 ms | 469.72 ms | 97.26 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
b930b94 | 6.49 MiB | 7.57 MiB | 1.08 MiB |
d8519f9 | 6.33 MiB | 7.26 MiB | 946.13 KiB |
7ade5af | 5.94 MiB | 6.95 MiB | 1.01 MiB |
73d70bf | 6.52 MiB | 7.59 MiB | 1.06 MiB |
299a3f6 | 6.49 MiB | 7.56 MiB | 1.07 MiB |
8776cdf | 6.34 MiB | 7.28 MiB | 966.66 KiB |
e893df5 | 6.06 MiB | 7.09 MiB | 1.03 MiB |
0764150 | 6.46 MiB | 7.48 MiB | 1.01 MiB |
09c1f55 | 6.49 MiB | 7.55 MiB | 1.07 MiB |
f2db4ec | 6.06 MiB | 7.03 MiB | 990.27 KiB |
iOS Performance metrics 🚀
|
Revision | Plain | With Sentry | Diff |
---|---|---|---|
8bac8ba | 1261.53 ms | 1279.67 ms | 18.14 ms |
30c1193 | 1227.20 ms | 1235.00 ms | 7.80 ms |
3a4de05 | 1243.07 ms | 1265.91 ms | 22.85 ms |
2e93bab | 1237.08 ms | 1258.41 ms | 21.33 ms |
31b2afb | 1244.90 ms | 1261.37 ms | 16.47 ms |
be08ed1 | 1247.12 ms | 1272.19 ms | 25.07 ms |
cdf7172 | 1264.43 ms | 1291.39 ms | 26.96 ms |
103eb14 | 1254.11 ms | 1280.65 ms | 26.55 ms |
daa1b33 | 1224.41 ms | 1244.59 ms | 20.18 ms |
5aba417 | 1265.31 ms | 1287.90 ms | 22.59 ms |
App size
Revision | Plain | With Sentry | Diff |
---|---|---|---|
8bac8ba | 8.42 MiB | 9.89 MiB | 1.47 MiB |
30c1193 | 8.28 MiB | 9.34 MiB | 1.06 MiB |
3a4de05 | 8.42 MiB | 9.88 MiB | 1.46 MiB |
2e93bab | 8.38 MiB | 9.73 MiB | 1.36 MiB |
31b2afb | 8.33 MiB | 9.40 MiB | 1.07 MiB |
be08ed1 | 8.32 MiB | 9.38 MiB | 1.06 MiB |
cdf7172 | 8.16 MiB | 9.16 MiB | 1.01 MiB |
103eb14 | 8.38 MiB | 9.71 MiB | 1.34 MiB |
daa1b33 | 8.28 MiB | 9.34 MiB | 1.05 MiB |
5aba417 | 8.16 MiB | 9.17 MiB | 1.01 MiB |
denrase
approved these changes
Jan 29, 2025
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.
Looks good 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#skip-changelog
Flutter beta CI jobs errored urging us to upgrade the example from the legacy buildscript to using plugin blocks
I also removed the nativeBundle dependency as I wasn't able to build with it (it also only supports AGP up to 8.0.2) and replace it with updating the cmakelists
See https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply