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?
Login to reply
Replies (3)
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.
Nice, so I'll expose the database soon
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).