Dani B c45bb22971 feat(01-02): create AuthUser data model
- AuthUser class wraps Supabase User for clean architecture
- Includes fromSupabase() factory constructor for conversion
- Provides copyWith() method for immutable updates
- Contains essential fields: id, email, created_at, email_verified
- Optional fields: display_name, avatar_url, last_sign_in_at
- Proper null safety and equality operators implemented
2026-01-28 09:09:50 -05:00
Description
No description provided
662 MiB
Languages
Dart 77.3%
C++ 11.4%
CMake 8.9%
Swift 1.1%
C 0.6%
Other 0.6%