isolate_channel 0.4.2
isolate_channel: ^0.4.2 copied to clipboard
Communication channels for isolates based on Flutter's plugin channels
0.4.2 #
- Updates README to reflect that
connectToIsolatereturns aFuture
0.4.1 #
- Loosens constraint on
meta
0.4.0 #
- Allows passing an
IsolateSpawnerto support custom isolate implementations such asFlutterIsolate - Makes
connectToIsolatereturn aFutureso that connection failure can be handled
0.3.0 #
- Removes unnecessary type parameters from spawn methods
0.2.2+1 #
- Adds README badges
0.2.2 #
- Handles more edge cases in
IsolateEventChannel
0.2.1 #
- Does not cancel handler subscription when
onCancelis 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