-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: App fails to resume on update (#222)
* fix: Create artifacts with iOS build * Simplify AccountState * Use GetInfoResponse directly on AccountState * Rename initial to isInitial * Save BigInt's as string * Set isInitial default value to true * Add toJson fromJson extensions to GetInfoResponse * Add null handling to AccountState.fromJson * Check if onboarding is complete before attempting to reconnect * Rename isInitial to isOnboardingComplete * Remove unused registrationRequested param from UserProfileCubit updateProfile fn. * Make sdkConnectivityCubit final * Eagerly load AccountCubit * Prevent duplicate Firebase initialization if an app instance already exists * Initialize Firebase with project ID * chore: melos pub-upgrade * Update cocoapods and reinstall pods * chore: update dependencies to latest Set minimum deployment target on iOS to 15.6
- Loading branch information
1 parent
dc52371
commit 42362ea
Showing
48 changed files
with
555 additions
and
541 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.