-
Notifications
You must be signed in to change notification settings - Fork 1.6k
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Flutter/Dart] Support Dart: Use Dart FFI #1200
Comments
The latest progress:
pubspec.yamldart binding file:
|
Are you building dart bindings on top of existing iOS/android lib? |
about dart ffi usage:rust + ffi + flutter:
|
Hey, what's status of dart binding? I think you can skip building process and unzip aar from here https://bintray.com/trust/wallet-core/com.trustwallet.wallet-core/2.4.1 |
Hey, Thanks and regards |
Can't we just put the aar files into android/lib/ folder and interact with them using method channel ? |
Follow up:
use FFI:use Platform Channels:
|
|
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
Support Dart:
wallet-core
in dart.dart:ffi
to make it.wallet-core
.my fork:
dart/ffi-base-on-v2.3.9
dart:ffi
to support dart here.dart ffi:
libs:
usage: c++ with ffi
Maybe these are the things I need?
docs:
binding: https://developer.trustwallet.com/wallet-core/developing-the-library/building
ios: https://developer.trustwallet.com/wallet-core/integration-guide/ios-guide
*.h
jni:
gen proto ?
https://github.com/trustwallet/wallet-core/blob/e8ff9c7106/tools/generate-files
pb: https://github.com/trustwallet/wallet-core/blob/e8ff9c7106/src/proto/Ethereum.proto
iOS:
Android:
code gen:
The text was updated successfully, but these errors were encountered: