0 purchases
worker isolate
Long running isolate to keep the heavy work off from UI thread.
Usage #
final worker = Worker();
final result = await worker.compute(jsonDecode, jsonString);
copied to clipboard
Additional information #
You can use this package to decodeJson, parseJson, for base64Decoding and encoding and so on.
this package will help you to achieve more smooth ui because it will handle all the heavy work in the background.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.