Added User Profile Screen

This commit is contained in:
2026-02-18 21:42:48 +08:00
parent 35eae623d8
commit 372928d8e7
6 changed files with 606 additions and 5 deletions
+1
View File
@@ -4,6 +4,7 @@
/// PostgrestResponse-like objects (have `.error`, `.status`, `.statusText`).
/// Helpers here provide a single place to extract an error message safely so
/// callers don't accidentally call `[]` on non-Map objects.
library;
String? extractSupabaseError(dynamic res) {
if (res == null) return null;