Implement Dart to Rust Stream #2406
rohitsangwan01
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
Looks great! Btw, for future readers, it seems we can slightly generalize this method by creating a macro, then we can use this method whenever we want with one extra line of code (i.e. call macro). |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Right now we have Support for Rust to Dart Stream updates,
it would be great if this plugin support opposite, Dart to Rust stream, i tried implementing this thanks to this issue, posting snippet here, might be usefull for others
from Dart side
Beta Was this translation helpful? Give feedback.
All reactions