jerrywangjing / flutter_trust_wallet_core_lib_include

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flutter_trust_wallet_core

A Flutter plugin for trust wallet core If you want to replace your own build, follow offcial build step then replace android .aar file and ios .xcframework into following folder

create "libs" folder in path ./android then put trustwalletcore.aar into libs folder

create "Frameworks" folder in path ./ios then put SwiftProtobuf.xcframework and WalletCore.xcframework into Frameworks folder

your project file structs will look like this

截屏2021-09-15 下午4 10 52

then you are ready to run.

proto update cmd: dart pub global activate protoc_plugin -I input dir protoc -I=./ --dart_out=./out/ *.proto

About

License:MIT License


Languages

Language:Dart 81.4%Language:C 17.7%Language:Objective-C 0.4%Language:HTML 0.2%Language:Ruby 0.1%Language:Kotlin 0.1%Language:Swift 0.0%