dart-bitcoin / bip39

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

Why remove async ? #3

Open daoluan opened 5 years ago

daoluan commented 5 years ago

bip39.mnemonicToSeed block UI

athlona64 commented 4 years ago

+1 block UI

idekel commented 2 years ago

You can use an isolate to run the code which returns a future. That way the UI won't block!!