worker_isolate

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

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.

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product:

Customer Reviews

There are no reviews.