Source code for the frontend of Lostify for Android devices.
-
Make sure you have Flutter installed and up-to-date. Consult the official guide for instructions on setting up Flutter on your device.
-
Clone the repository.
-
Open a shell in the root directory of the local clone of the repository and execute the following commands:
flutter pub get # Get dependencies flutter build apk # Build APK in release mode
The APK will be found at
build/app/outputs/apk/release/.
To install the APK on an Android device:
-
Build the project as described above.
-
Connect your target device (Android) using a USB cable.
-
Open a shell in the root directory of the local clone of the repository and run
flutter install.