weishirongzhen / flutter_trust_wallet_core

MIT License
88 stars 33 forks source link

How to build flutter plugin by own via TrustWalletCore ? #42

Closed jerrywangjing closed 2 years ago

jerrywangjing commented 2 years ago

Because the flutter_trust_wallet_core lib i used, version is too low, and i want to update ios and android walletCore lib, but one or more bugs caused in flutter plugin,so i want to update flutter plugin by my self, specific for c++ code in plugin.

please help me for build my own flutter trust wallet core lib, or recommand docs, think you!

weishirongzhen commented 2 years ago

this may help READ.me

jerrywangjing commented 2 years ago

i known this readme.me file, and now i also used, i mean is how to build walletCore code to dart code like files in lib dir, because i want to build my own flutter plugin.

weishirongzhen commented 2 years ago

fork this repo then follow https://docs.flutter.dev/development/packages-and-plugins/developing-packages#dart-only-platform-implementations step

jerrywangjing commented 2 years ago

ok, thinks your reply.

jalchr commented 2 years ago

@jerrywangjing were you able to do any updates ?

jerrywangjing commented 2 years ago

i'm not update this repo yet, if you want to maybe fork this repo and follow https://docs.flutter.dev/development/packages-and-plugins/developing-packages#dart-only-platform-implementations step. @jalchr