Skip to content

Conversation

@andrewkolos
Copy link
Contributor

Relands #113637, which was reverted by #116662.

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

This is to avoid breaking folks that currently extend AssetBundle.
@flutter-dashboard flutter-dashboard bot added framework flutter/packages/flutter repository. See also f: labels. c: contributor-productivity Team-specific productivity, code health, technical debt. tool Affects the "flutter" command-line tool. See also t: labels. labels Dec 7, 2022
@andrewkolos andrewkolos changed the title Reland Speed up first asset load by encoding asset manifest in binary rather than JSON Reland "Speed up first asset load by encoding asset manifest in binary rather than JSON (#116662)" Dec 7, 2022
@andrewkolos
Copy link
Contributor Author

Due to difficult to debug issues in g3, I'll be taking a different strategy to landing this change.

Instead of one change that 1) generates the new asset manifest and 2) also uses it for image resolution (with code to fallback to AssetManifest.json to prevent g3 breakages), two separate changes will be made. This way, in between these two changes, g3 tooling can be changed to produce the new asset manifest. The result is that we don't need the complicated AssetManifest.json fallback logic that is difficult to get working in g3 tests.

Development is being tracked with #117228

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c: contributor-productivity Team-specific productivity, code health, technical debt. framework flutter/packages/flutter repository. See also f: labels. tool Affects the "flutter" command-line tool. See also t: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant