ilkersevim_json_isolate 0.1.4
ilkersevim_json_isolate: ^0.1.4 copied to clipboard
Keep Flutter UIs responsive by moving large JSON work to compute while decoding small payloads without isolate overhead.
Changelog #
0.1.4 #
- Raise minimum SDK to Dart
>=3.13.0. - Raise minimum Flutter SDK to
>=3.47.0. - Pin CI to Dart 3.13.2 / Flutter 3.47.2 stable.
0.1.3 #
- Exclude
build/**from analyzer scope inanalysis_options.yaml.
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.