isolate_channel 0.4.2 copy "isolate_channel: ^0.4.2" to clipboard
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 connectToIsolate returns a Future

0.4.1 #

  • Loosens constraint on meta

0.4.0 #

  • Allows passing an IsolateSpawner to support custom isolate implementations such as FlutterIsolate
  • Makes connectToIsolate return a Future so 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 onCancel is called in IsolateEventChannel

0.2.0 #

  • BREAKING: Refactors IsolateException.notImplemented(...) into call.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
22
likes
160
points
58.8k
downloads

Publisher

verified publisheriodesignteam.com

Weekly Downloads

Communication channels for isolates based on Flutter's plugin channels

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on isolate_channel