Saketo is a mobile Monero wallet. It isn't based on any existing wallet and is written from scratch. It is written in Dart and uses the Flutter framework.
The first mobile Monero wallet that uses Rust to handle Monero transactions.
To build Saketo, you need to have Flutter and Rust installed. You can find instructions on how to install Flutter here.
1 - Build libsaketo
cd rust && cargo ndk -t arm64-v8a -t armeabi-v7a -o ./../android/app/src/main/jniLibs build --release2 - Generate .g.dart files
dart run build_runner build3 - Generate localization files
flutter gen-l10nThen you can build or run the app in Android Studio.