Replies: 3 comments
-
Hello @taifeyb , that's a good question :) Rust-In-Flutter is mainly for GUI Flutter apps and it's not tested with pure Dart projects. This framework is basically a 'Flutter plugin FFI'. https://docs.flutter.dev/packages-and-plugins/developing-packages#plugin-ffi |
Beta Was this translation helpful? Give feedback.
0 replies
-
For further information, please take a look at #67 |
Beta Was this translation helpful? Give feedback.
0 replies
-
By the way, may I ask you why are you combining Dart and Rust for a CLI app? Because IMHO pure Rust might be better for that 😐 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I was looking in the code and the only flutter related import is in example. It's flutter really needed or maybe this lib can work with pure-dart?
Beta Was this translation helpful? Give feedback.
All reactions