Added User Profile Screen
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user