Replies (2)

I usually copy the stuff I already exposed in the UniFFI bindings and adapt it to the flutter_rust_bridge. So, in the case of metadata stuff, I would copy and adapt this: To adapt it, I follow these docs or I just check the other modules I already adapted. In short: replace the uniffi macros with `frb` and use the `Result` from anyhow. If a new module is added, it must be exported in the `lib/nostr_sdk.dart` file.