Find a file
Lukas Müllner 91f25e0cef feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads
- Custom Material 3 theme with Hot Wheels branding (orange/red gradient, navy accents)
- Locally bundled Poppins font (Regular, Medium, SemiBold, Bold)
- Redesigned login screen with full-bleed background image and frosted glass form
- Bottom navigation shell: My Garage / Scan / Profile tabs
- My Garage screen with grid view, search, stats, detail bottom sheet
- Edit and delete car details from the detail sheet
- Skip button for quick-add with minimal info
- Camera photo upload to Supabase Storage (UUID-based unguessable paths)
- Change/add photo from car detail view
- Profile screen with change password, about dialog, sign out
- Scan tab with camera scanner and manual entry
- Styled scanner screen with crosshair overlay and gradient buttons
- Custom app icon with transparent background and adaptive icon support
- Native splash screen with brand colors
- Auto-refresh garage on tab switch
2026-02-24 07:46:06 +01:00
android feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads 2026-02-24 07:46:06 +01:00
assets feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads 2026-02-24 07:46:06 +01:00
ios feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads 2026-02-24 07:46:06 +01:00
lib feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads 2026-02-24 07:46:06 +01:00
linux feat: add camera OCR scanner, DB query, and collection dialogs 2026-02-23 07:12:24 +01:00
macos feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads 2026-02-24 07:46:06 +01:00
test feat: add Supabase auth with email/password login, password reset deep linking 2026-02-22 19:17:23 +01:00
web feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads 2026-02-24 07:46:06 +01:00
windows feat: add camera OCR scanner, DB query, and collection dialogs 2026-02-23 07:12:24 +01:00
.gitignore feat: add Supabase auth with email/password login, password reset deep linking 2026-02-22 19:17:23 +01:00
.metadata init 2026-02-22 19:03:32 +01:00
analysis_options.yaml init 2026-02-22 19:03:32 +01:00
pubspec.lock feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads 2026-02-24 07:46:06 +01:00
pubspec.yaml feat(v1.1): complete UI overhaul with branded theme, garage, and image uploads 2026-02-24 07:46:06 +01:00
README.md init 2026-02-22 19:03:32 +01:00

hwhub

A new Flutter project.

Getting Started

This project is a starting point for a Flutter application.

A few resources to get you started if this is your first Flutter project:

For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.