You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi thanks for this wonderful starter! As shown in the sample code of this repo, we have to manually write down allocations/frees for pointers such as Strings. That is still quite error-prone and cumbersome. So maybe we can use flutter_rust_bridge, which will automatically generate all such bindings.
The text was updated successfully, but these errors were encountered:
Hi thanks for this wonderful starter! As shown in the sample code of this repo, we have to manually write down allocations/frees for pointers such as Strings. That is still quite error-prone and cumbersome. So maybe we can use
flutter_rust_bridge
, which will automatically generate all such bindings.The text was updated successfully, but these errors were encountered: