A demo flutter app for Android providing lwk_bindings (lwk_wollet, lwk_signer,lwk_common) over FFI.
lwk_bindings for Kotlin generated from lwk via uniFFI.
lwk_bindings invoked from Flutter using flutter platform channels.
Android binaries located in: Android bins
Kotlin-bindings located in: Kotlin_bindings
For Android, ensure that the gradle.build and gradle.settings match those mentioned in the official lwk_android_example.
2 interfaces need to be maintained:
The kotlin-binary interface in: Kotlin-Bin interface
The dart-kotlin interface in: Dart-Kotlin interface
- flutter pub get
- flutter run
If autocomplete suggestions (intellisense) for methods exported by lwk_bindings.kt are unavailable in your IDE, work with MainActivity.kt in Android Studio.