No description
https://www.car64.stackteam.at
- Use login background image in garage, collections, and profile headers - Show app logo in About screen and add support mail action - Configure native splash image assets in pubspec - Regenerate flutter_native_splash and launcher icons for Android/iOS/Web |
||
|---|---|---|
| android | ||
| assets | ||
| ios | ||
| lib | ||
| linux | ||
| macos | ||
| test | ||
| web | ||
| windows | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
| TPB_APP_CHECKLIST.md | ||
car64
car64 is a Flutter + Supabase Hot Wheels collector app with a fast scanning workflow, private photo storage, collaborative collections, and community-based catalog validation.
Core Features
- Lightning add flow with barcode/OCR scanning and active collection selection.
- Global catalog (
global_cars) + personal entries (hotwheels) architecture. - Private storage (
car-images) with signed URL rendering for collection members. - In-app photo compression pipeline (target max 1080px and <500 KB uploads).
- Collaborative garages via
collections+collection_members. - Community validation with
car_votes,confirmation_count, and verification state.
Local Development
-
Install Flutter (stable) and run
flutter doctor. -
Configure Supabase keys in app configuration.
-
Install dependencies:
flutter pub get -
Run the app:
flutter run
Quality Check
flutter analyze
Reference
- Product and backend requirements:
TPB.md