fire_notification_app

<div align=”center> Fire Notification App Logo

πŸ”₯ SOS Wildfire Report

Report wildfires and find emergency services nearby

</div>


πŸš€ Features


πŸ› οΈ Setup & Installation

  1. Clone the repository
    git clone https://github.com/Fralopala2/fire_notification_app.git
    cd fire_notification_app
    
  2. Install dependencies
    flutter pub get
    
  3. Run the app
    flutter run
    

πŸ“± Screenshots

Click to expand! ### Splash Screen splash ### Home Screen home ### Map Screen map ### Service Details details

πŸ“ Notes


πŸ—ΊοΈ Google Maps & Places configuration

This app uses two different API keys:

Enable billing and APIs in Google Cloud: Maps SDK for Android and Places API.

Get SHA‑1 (Windows)

keytool -list -v -keystore "%USERPROFILE%\.android\debug.keystore" -alias androiddebugkey -storepass android -keypass android
keytool -list -v -keystore "C:\\Users\\spano\\key.jks" -alias sosreports

When using Play App Signing, also add the Play App Signing SHA‑1 (from Play Console) to Key A.

Rotation tips


🀝 Contributing

Contributions are welcome!


πŸ“„ License

This project is released for educational and personal use only. Commercial use, redistribution, or modification for profit is strictly prohibited without explicit written permission from the author. All rights reserved.

For more details, see the LICENSE.md file.


πŸ“’ AdMob Application ID

For security, this public repository uses the official AdMob test Application ID in android/app/src/main/AndroidManifest.xml:

<meta-data
  android:name="com.google.android.gms.ads.APPLICATION_ID"
  android:value="ca-app-pub-3940256099942544~3347511713"/>

This ID is recommended by Google for testing and development. It will not generate real revenue or show production ads.

Before publishing your app to Google Play, replace the value with your own AdMob Application ID:

<meta-data
  android:name="com.google.android.gms.ads.APPLICATION_ID"
  android:value="YOUR_REAL_APP_ID"/>

You can obtain your App ID from the AdMob console. Never publish your real App ID in public repositories.


πŸ”— Acknowledgements


πŸ“ž Contact

For any inquiries or feedback, please reach out:

⭐ **Don't forget to star my projects if you like them!** and thanks for visiting this repo. πŸ˜„

logo