dartsv icon indicating copy to clipboard operation
dartsv copied to clipboard

Unsupported operation: Isolate.resolvePackageUri

Open MarkEhr opened this issue 1 year ago • 1 comments

I'm trying to integrate this library in a Flutter project, however trying to run Mnemonic().generateMnemonic() crashes, as it tries to load the word list using a package uri, and it seems this is not supported by Flutter.

I think the easier fix would be to make the _loadWordlist configurable so it can be changed for another method.

Or is there any way to make it work with flutter?

Thanks in advance

MarkEhr avatar Aug 08 '22 20:08 MarkEhr

Hi, thanks for the headsup. Let me have a look at a possible solution.

stephanfeb avatar Sep 05 '22 01:09 stephanfeb