# hadi_hoda_flutter A new Flutter project. ## Building for Google Play Release This project includes a keystore for signing release builds for Google Play Store. ### Security Setup - **Keystore file**: `android/app/upload-keystore.jks` (excluded from git) - **Properties file**: `android/keystore.properties` (excluded from git) - **Key alias**: `upload` ### Important Security Notes - 🔐 Keystore files and passwords are excluded from version control - 🔐 Keep `upload-keystore.jks` and `keystore.properties` files secure - 🔐 Backup these files in a safe location separate from your code - 🔐 Never share passwords or keystore files with unauthorized parties ### Building Release APK To build a release APK for Google Play: ```bash flutter build apk --release ``` The APK will be generated in `build/app/outputs/flutter-apk/` with the name `Hadi & Hoda v{version}+{versionCode}.apk`. ### Important Security Notes - Keep the keystore file (`upload-keystore.jks`) secure and don't commit it to version control - Backup the keystore file in a safe location - Never share the passwords with unauthorized parties