ilkersevim_json_isolate 0.1.2
ilkersevim_json_isolate: ^0.1.2 copied to clipboard
Keep Flutter UIs responsive by moving large JSON work to compute while decoding small payloads without isolate overhead.
Changelog #
0.1.2 #
- Explain how threshold-based
computeusage balances UI responsiveness and isolate overhead. - Rewrite package metadata around that use case.
0.1.1 #
- Prove GitHub Actions OIDC publish path after Pub.dev Admin enablement.
0.1.0 #
- Initial release:
decodeJsonMap,decodeJsonList,decodeJsonMapFromBytes,decodeJsonListFromBytes, andencodeJsonIsolate.