dart-bitcoin / bip39

BSD 3-Clause "New" or "Revised" License
44 stars 72 forks source link

mnemonicToSeed freeze UI #6

Open athlona64 opened 5 years ago

athlona64 commented 5 years ago

mnemonicToSeed freeze UI

FerBueroTrebino commented 3 years ago

Same problem here, when the user press the button I first show a CircularProgressIndicator . When the program does: String seed = bip39.mnemonicToSeedHex(randomMnemonic); the CircularProgressIndicator freezes.

Any idea how can I fix this?