isolate_channel 0.2.2
isolate_channel: ^0.2.2 copied to clipboard
Communication channels for isolates based on Flutter's plugin channels
0.2.2 #
- Handles more edge cases in
IsolateEventChannel
0.2.1 #
- Does not cancel handler subscription when
onCancel
is called inIsolateEventChannel
0.2.0 #
- BREAKING: Refactors
IsolateException.notImplemented(...)
intocall.notImplemented()
- Supports communication between isolates spawned with
Isolate.spawnUri
- EventChannel optimizations
0.1.1 #
- Handles exceptions thrown in method call handlers
0.1.0 #
- Initial release