Update .gitignore to exclude Firebase configuration files and refactor notification handling in the app. Removed redundant logging and notification data storage in SharedPreferences. Introduced NotificationCheckService and NotificationStateService for improved notification management. Updated view models and UI components to utilize the new services, enhancing notification state tracking and user experience.
This commit is contained in:
@@ -13,4 +13,5 @@ class ForgotPasswordCreateStrings {
|
||||
static const String atLeastSpecial =
|
||||
'• At least one special character: ! @ # \$ % & * ^';
|
||||
static const String passwordResetSuccess = 'Password reset successfully';
|
||||
static const String passwordResetFailed = 'Reset Password failed';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user