Well ive started to build an app with flutter using `ndk` pkg, seems to work ok but i would prefer to use the more performant version in rust with full event caching in local db, does nostr-sdk flutter bindings work in web too?

Replies (3)

Default avatar
npub1drvp...seet 10 months ago
The rust library for flutter compiles to wasm but I don't know how to pack and ship the flutter package for web. For the desktop and mobile platforms I use cargokit but it doesn't work for the web.
Default avatar
npub1drvp...seet 10 months ago
Done, I've exposed the NostrDatabase, added some other Client method and released the v0.39 (tagged in the git repo, I can't publish it to pub.dev).