dartsv icon indicating copy to clipboard operation
dartsv copied to clipboard

Bitcoin Library for the Dart Language

Results 4 dartsv issues
Sort by recently updated
recently updated
newest added

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...

Hello there! First of all, great work on the library, it's extremely useful and made my last couple of weeks way easier. Earlier this year Google added Web support to...

Allow for custom magic bytes. To also allow signined for different blockchains as well .

i use this code but get error " E/flutter ( 2251): Bad state: Too few elements E/flutter ( 2251): #0 _TypedListBase.setRange (dart:typed_data-patch/typed_data_patch.dart:125:11) E/flutter ( 2251): #1 _IntListMixin.setRange (dart:typed_data-patch/typed_data_patch.dart) E/flutter (...