updated branding & added analytics

This commit is contained in:
Prince
2026-06-19 12:44:57 +02:00
parent f3ae5ca791
commit bb9dbac2a3
41 changed files with 181 additions and 110 deletions

View File

@@ -59,6 +59,7 @@ class AccountProvider extends ChangeNotifier {
notifyListeners();
return ApiResponse.failure(_accountError!);
} catch (e, s) {
logger.e(e);
logger.e(s);
_isLoadingAccount = false;
_accountError = 'An unexpected error occurred. Please try again.';