image_issue_sawara #14

Merged
waqas.khurshid merged 2 commits from image_issue_sawara into pre_developmnet_branch 3 days ago

2 Commits (master)

Author SHA1 Message Date
Sawara Rehman 7658174896 Re-enable dashboard refresh actions
Uncommented calls to dashBoardController.fetchDepositAccounts() and dashBoardController.fetchExchangeRates() in the refresh icon's onTap handler so tapping the refresh button now triggers reloading of deposit accounts and exchange rates, restoring the dashboard's refresh behavior.
3 days ago
Sawara Rehman c4869fa97e Allow nullable cmpCustImage and minor UI/text tweaks
Make cmpCustImage nullable in LoginResponseModel and stop requiring it in the constructor so missing images from the API are accepted. Handle potential nulls in OTPScreenController by coalescing to an empty string when assigning to UserProfileController.cmpCustImage. Update login screen logo asset path/size and remove the BoxFit, and simplify the sign-up first name hint/label from "User First Name" to "First Name". (pubspec.lock was also updated.)
3 days ago