mobile/apps/locker/README.md
Ente's secure document storage app. An end-to-end encrypted app for storing important documents in the cloud with secure sharing capabilities.
Pull in all submodules with git submodule update --init --recursive
Install dependencies using one of these methods:
dart pub global activate melos, then from any folder inside mobile/, run melos bootstrap. This will install dependencies.flutter pub get in packages/strings and this folderFor Android, setup your
keystore
and run flutter build apk --release --flavor independent
For iOS, run flutter build ios
For Android, use
flutter run -t lib/main.dart --flavor independent
For iOS, use flutter run
To verify these fingerprints, use the following command:
apksigner verify --print-certs <path_to_apk>