Closed erdemyerebasmaz closed 2 days ago
This PR addresses
and includes several enchantments and fixes related to the iOS build process, account state management and Firebase initialization.
AccountCubit
AccountState
GetInfoResponse?
initial
IsOnboardingComplete
false
BigInt
toJson
fromJson
GetInfoResponse
AccountState.fromJson
sdkConnectivityCubit
registrationRequested
updateProfile
UserProfileCubit
This PR addresses
85
and includes several enchantments and fixes related to the iOS build process, account state management and Firebase initialization.
Changelist:
AccountCubit
AccountState
:GetInfoResponse?
directly onAccountState
instead of mapping it to individual fieldsinitial
toIsOnboardingComplete
and set it's default value tofalse
for clarityBigInt
values as strings for better serialization.toJson
andfromJson
extensions toGetInfoResponse
for improved data handlingAccountState.fromJson
Other changelist:
sdkConnectivityCubit
final to improve code safety.registrationRequested
parameter from theupdateProfile
function inUserProfileCubit
.