wallet_core_bindings_libs 4.1.21 copy "wallet_core_bindings_libs: ^4.1.21" to clipboard
wallet_core_bindings_libs: ^4.1.21 copied to clipboard

wallet core dynamic library for wallet_core_bindings_native.

wallet_core_bindings_libs #

Pub

Dynamic library built by wallet core, used with wallet_core_bindings_native.

Supported platforms #

Currently supported platforms, other platforms will be added if suitable methods are found in the future.

  • Android
  • iOS

Building #

By default, wallet core does not expose interface methods. You need to make a small change and compile it before using it.

Required modifications

# File: /cmake/StandardSettings.cmake
set(CMAKE_CXX_VISIBILITY_PRESET hidden) -> set(CMAKE_CXX_VISIBILITY_PRESET default)

macOS #

After compiling on macOS, you get libTrustWalletCore.dylib, which does not meet the requirements for the current multi-CPU architecture. However, you can still import it into the project and run it on a device with a specified CPU architecture.

Linux #

After compiling on Linux, you get libTrustWalletCore.dylib, which does not meet the requirements for the current multi-CPU architecture. However, you can still import it into the project and run it on a device with a specified CPU architecture.

Windows #

Windows is not supported at present.

Usage #

For comprehensive documentation, see package repository.

0
likes
0
points
577
downloads

Publisher

unverified uploader

Weekly Downloads

wallet core dynamic library for wallet_core_bindings_native.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on wallet_core_bindings_libs