digicoinlib_flutter 0.0.2
digicoinlib_flutter: ^0.0.2 copied to clipboard
A flutter wrapper for digicoinlib, a straight-forward, modular library for DigiByte Wallet and other Satoshi-based UTXO blockchains
Sumcoinlib for Flutter #
This package provides flutter support for the
digicoinlib library for DigiByte and
other cryptocoins. A DigiCoinlibLoader
widget is included that must be used when
targeting web to ensure the library is ready to be used.
An example app is provided in example/
that demonstrates use of the loader
widget. Beyond this, the digicoinlib library
documentation can be followed.
Android, iOS, Linux, macOS, web, and Windows are supported. If you are using the
package for Android, iOS, Linux, macOS or web, the library is ready to use. For
Windows, run dart run digicoinlib:build_windows
to build the library. See
digicoinlib's documentation for more detailed
instructions on and options for building the native library.