cs_monero_flutter_libs 1.0.0-pre.0 cs_monero_flutter_libs: ^1.0.0-pre.0 copied to clipboard
Binaries required to use cs_monero in a Flutter project
cs_monero_flutter_libs
#
A wrapper for platform-specific implementations of the binaries required to use
the cs_monero
package. Refer to the
main monorepo at https://github.com/cypherstack/cs_monero for more context.
Modelled after the federated platform plugin interface used by
url_launcher
.
Usage #
flutter pub add cs_monero_flutter_libs
will automatically include the
appropriate endorsed plugin interface for your platform as needed.
Optional #
This package and its endorsed platform-specific plugin interfaces are not
required to use cs_monero
, but they are provided as a quick and convenient way
to start coding with the library. Refer to cs_monero
's documentation for more
information on building the libraries from source. Use this package and its
platform-specific children as templates or examples for bundling the binaries
required.