kumulynja / ldk_node_flutter_demo

App to demonstrate how ldk_node in Flutter can be used to create a Lightning wallet app
12 stars 4 forks source link

Mnemonic generation not working on iOS, only on Android #5

Open kumulynja opened 1 year ago

kumulynja commented 1 year ago

I think the incompatible versions of flutter_rust_bridge between bdk-flutter and ldk-node-flutter are causing some things to break on iOS.

arshrahman commented 12 months ago

Hi, I encountered this issue as well. Any workarounds?

kumulynja commented 12 months ago

Hi, I encountered this issue as well. Any workarounds?

Hi @arshrahman , I used bdk-flutter here, but maybe you can just use another bip39 flutter package directly in your app to generate a mnemonic or use the bip39 rust crate and create some bindings for it.