A Flutter plugin for trust wallet core. It can access all api list in https://github.com/trustwallet/wallet-core/tree/master/include/TrustWalletCore (from trust_wallet_core 2.6.20)
This project was originally copied from weishirongzhen
trust_wallet_core_lib is supporting Android and iOS platforms only. (Only Android platform was tested).
minSdk require >=23
Add
class MainActivity: FlutterActivity() {
init {
System.loadLibrary("TrustWalletCore")
}
}
in your android project MainActivity.kt file
min ios platform support >=13.0
Before using this package, you need to initialize it:
FlutterTrustWalletCore.init();