mirror of
https://github.com/FoggedLens/deflock-app.git
synced 2026-02-12 16:52:51 +00:00
1.1 KiB
1.1 KiB
DeFlock Rebrand Progress
TODO
- Test that the app still compiles and runs correctly
IN PROGRESS
- Nothing currently
FINISHED
- pubspec.yaml (package name, description)
- lib/main.dart (app title, class names, theme colors)
- lib/screens/home_screen.dart (app bar title)
- lib/services/auth_service.dart (redirect scheme)
- lib/dev_config.dart (client name)
- android/app/src/main/AndroidManifest.xml (app label, redirect scheme)
- ios/Runner/Info.plist (display name, bundle name, redirect scheme)
- android/app/build.gradle.kts (application ID)
- android/app/src/main/kotlin/... (MainActivity package and directory structure)
- assets/info.txt (about content)
- README.md (all branding references)
- Update all import statements (package:flock_map_app -> package:deflockapp)
- lib/widgets/map/tile_layer_manager.dart (user agent package name)
- test/models/pending_upload_test.dart (imports and CameraProfile -> NodeProfile)
- test/widget_test.dart (import statement)
- linux/CMakeLists.txt (binary name and application ID)
- windows/CMakeLists.txt (project name and binary name)