pl_isolate 1.3.3
pl_isolate: ^1.3.3 copied to clipboard
A library to help with isolate communication.
1.3.3 12/11/2025 #
- Add lifecycle callbacks to IsolateHelper.
- Export transferable parsing helpers.
1.2.1 11/11/2025 #
- Implement IsolateManager
- Fix cann't return cache data
1.1.0 06/11/2025 #
- Integrate IsolateCache option for IsolateHelper
1.0.0 05/11/2025 #
- Initial release.
- Provides
IsolateHelperfor easier Dart/Flutter isolate communication. - Supports registering and handling multiple isolate operations.
- Example operations included: counting, summing, async delay, error simulation.
- Integrates with
dart_ui_isolateand supports plugin extensions. - Designed for extensibility and type safety in isolate task execution.