fzyzcjy / flutter_rust_bridge

Flutter/Dart <-> Rust binding generator, feature-rich, but seamless and simple.
https://fzyzcjy.github.io/flutter_rust_bridge/
MIT License
3.61k stars 254 forks source link

How to make a flutter package with the built librust.a or .so for iOS/Android? #1872

Closed kanx99 closed 3 days ago

kanx99 commented 1 month ago

Now I can use v2.0.0-dev.28 to build running iOS/Android app. I've checked https://cjycode.com/flutter_rust_bridge/manual/integrate/library/creating-libraries/dart-only and https://cjycode.com/flutter_rust_bridge/manual/integrate/library/creating-libraries/flutter-wrapper, but still can't get it to work. I wonder how to turn it into a flutter package with the built librust.a or .so that other developers can use it without any rust related settings.

welcome[bot] commented 1 month ago

Hi! Thanks for opening your first issue here! :smile:

fzyzcjy commented 1 month ago

Hi, could you please point out specific errors / issues such that I can have a look?

fzyzcjy commented 3 days ago

Close since inactivity. Feel free to reopen if having any issues!