Closed Vollbrecht closed 1 month ago
Hi! Thanks for opening your first issue here! :smile:
Saw your PR - looks great!
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue.
Describe the bug
Using absolute Path as a rust-crate-dir argument will always be interpreted relative to project root
Steps to reproduce
flutter_rust_bridge_codegen create flutter_app --rust-crate-name ble_bridge --rust-crate-dir /my/abs/path
will create a project that contains the rust-crate inside the root project and appends the absolute path as a relative path to it.
Logs
Expected behavior
No response
Generated binding code
No response
OS
No response
Version of
flutter_rust_bridge_codegen
No response
Flutter info
No response
Version of
clang++
No response
Additional context
No response