Closed
Description
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