Add welcome popup, changelog system, and account deletion button

This commit is contained in:
stopflock
2025-10-20 19:27:55 -05:00
parent 07fe869eec
commit d696e1dfb6
19 changed files with 861 additions and 10 deletions
+3 -1
View File
@@ -54,7 +54,7 @@ A comprehensive Flutter app for mapping public surveillance infrastructure with
## Quick Start
1. **Install** the app on iOS or Android
1. **Install** the app on iOS or Android - a welcome popup will guide you through key information
2. **Enable location** permissions
3. **Log into OpenStreetMap**: Choose upload mode and get OAuth2 credentials
4. **Add your first device**: Tap the "New Node" button, position the pin, set direction, select a profile, and tap submit
@@ -62,6 +62,8 @@ A comprehensive Flutter app for mapping public surveillance infrastructure with
**New to OpenStreetMap?** Visit [deflock.me](https://deflock.me) for complete setup instructions and community guidelines.
**App Updates**: The app will automatically show you what's new when you update. You can always view release notes in Settings > About.
---
## For Developers