This example assumes that the flutter example and the signer-ffi/flutter/filecoin flutter plugin are in the same
directory.
- Currently, we don't provide compiled artifacts, so you will have to build the
signer-fficrate specifying the desired target using the NDK:
cargo build --target aarch64-linux-android- Copy and paste the resulting library into the jniLib directory of the
filecoinplugin. For example, the standard directory for ARMv8 targets isandroid/src/jniLibs/arm64-v8a:
cp `$GENERATED_LIB_DIR/libfilecoin_signer_ffi.so` `$EXAMPLE_DIR/android/src/jniLibs/arm64-v8a`- Run the example using the SDK:
flutter run