services_worker 1.0.6
services_worker: ^1.0.6 copied to clipboard
A minimalistic asynchronous worker that simplifies the boilerplate and execution of tasks.
1.0.6 #
- Corrigindo erro no exemplo do file README.md
1.0.5 #
- Update: stopped using compute() and now uses Isolate.run()
1.0.4 #
- FEAT: update dependency constraints to sdk: '>=2.18.1 <4.0.0' flutter: '>=3.3.0'
- FEAT: update libraries to be compatible with Flutter 3.10.0
1.0.3 #
Some adsjustment made on base error class
1.0.2 #
Services Worker is a abstract class that assists with the execution of asynchronous tasks.