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.