Find a file
Lukas Müllner 024c05734b fix: use global navigator/scaffold keys for all dialogs and snackbars
Eliminates all _dependents.isEmpty and Duplicate GlobalKeys crashes by
routing every dialog through a global NavigatorState key and every
snackbar through a global ScaffoldMessengerState key. These keys live
on MaterialApp and are never disposed, so async operations can safely
show UI feedback regardless of widget tree rebuilds from auth events.
2026-02-23 09:04:00 +01:00
android feat: add Supabase auth with email/password login, password reset deep linking 2026-02-22 19:17:23 +01:00
ios init 2026-02-22 19:03:32 +01:00
lib fix: use global navigator/scaffold keys for all dialogs and snackbars 2026-02-23 09:04:00 +01:00
linux feat: add camera OCR scanner, DB query, and collection dialogs 2026-02-23 07:12:24 +01:00
macos feat: add camera OCR scanner, DB query, and collection dialogs 2026-02-23 07:12:24 +01:00
test feat: add Supabase auth with email/password login, password reset deep linking 2026-02-22 19:17:23 +01:00
web init 2026-02-22 19:03:32 +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: add camera OCR scanner, DB query, and collection dialogs 2026-02-23 07:12:24 +01:00
pubspec.yaml feat: add camera OCR scanner, DB query, and collection dialogs 2026-02-23 07:12:24 +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.