this post was submitted on 13 Mar 2025
1 points (100.0% liked)

Dart

160 readers
1 users here now

Dart and the related logo are trademarks of Google LLC. We are not endorsed by or affiliated with Google LLC.

founded 2 years ago
MODERATORS
 

cross-posted from: https://lemm.ee/post/58261438

Hi everyone!

I've just released a new Dart package: isolate_channel. It provides a simple and familiar API for handling communication between Dart isolates, directly inspired by Flutter's MethodChannel and EventChannel APIs used for native plugin communication.

If you've ever found Dart isolate communication cumbersome or unintuitive, isolate_channel streamlines this process, making it feel as straightforward and familiar as working with Flutter plugin channels.

I built this package to prepare for upcoming isolate support in Hive CE, and it made that work a lot easier!

Check it out here: isolate_channel

I'd love your feedback or contributions!

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here