You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current the SkSL format returned by the VM service _getSkSL is a map of base32 encoded file names to base64 encoded contents. Rather than trying to unpack these into a directory structure for the flutter assets, it would be easiest if this JSON blob could simply be placed directly in the assets.
This simplifies the bundling process and allows it to work on windows without long paths enabled
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.
Current the SkSL format returned by the VM service _getSkSL is a map of base32 encoded file names to base64 encoded contents. Rather than trying to unpack these into a directory structure for the flutter assets, it would be easiest if this JSON blob could simply be placed directly in the assets.
This simplifies the bundling process and allows it to work on windows without long paths enabled
@liyuqian
The text was updated successfully, but these errors were encountered: