feat: Add TripImageService for automatic trip image management

- Implemented TripImageService to load missing images for trips, reload images, and clean up unused images.
- Added functionality to get image statistics and clean up duplicate images.
- Created utility scripts for manual image cleanup and diagnostics in Firebase Storage.
- Introduced tests for image loading optimization and photo quality algorithms.
- Updated dependencies in pubspec.yaml and pubspec.lock for image handling.
This commit is contained in:
Dayron
2025-11-03 14:33:58 +01:00
parent 83aed85fea
commit e3dad39c4f
16 changed files with 2415 additions and 190 deletions

View File

@@ -57,6 +57,7 @@ dependencies:
url_launcher: ^6.3.2
sign_in_with_apple: ^7.0.1
sign_in_button: ^4.0.1
cached_network_image: ^3.3.1
dev_dependencies:
flutter_launcher_icons: ^0.13.1