-
Passing a value from Dart into |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
I think this was because of circular dependency |
Beta Was this translation helpful? Give feedback.
-
No, I guess it is a bug in your code? Maybe make a minimal reproducible sample |
Beta Was this translation helpful? Give feedback.
-
I made a mistake of calling library file(crate) from Dart two times, that caused global variables to be initialized twice in Rust side 😅 |
Beta Was this translation helpful? Give feedback.
I made a mistake of calling library file(crate) from Dart two times, that caused global variables to be initialized twice in Rust side 😅