Update app launcher icons and first name label.

Replaced launcher icon assets for all mipmap densities (hdpi/mdpi/xhdpi/xxhdpi/xxxhdpi). Also updated the sign-up screen first name field hint and label from "User Name" to "User First Name" in sign_up_screen_step1_view.dart for clearer UX.
change_icon_sawara
Sawara Rehman 10 hours ago
parent 2fc577af07
commit 90f3cbe99f

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.6 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 57 KiB

@ -67,10 +67,10 @@ class SignUpScreenStep1View extends GetView<SignUpScreenStep1Controller> {
enableInteractiveSelection: false, enableInteractiveSelection: false,
refKey: FormFieldConstants.instance().getFormKey("${className}firstNameField"), refKey: FormFieldConstants.instance().getFormKey("${className}firstNameField"),
controller: FormFieldConstants.instance().getController("${className}firstNameField"), controller: FormFieldConstants.instance().getController("${className}firstNameField"),
hintText: "User Name", hintText: "User First Name",
labelText: TranslationKeys.makeTranslation("User Name"), labelText: TranslationKeys.makeTranslation("User First Name"),
inputFormatters: [LengthLimitingTextInputFormatter(FieldUtils.userNameFieldLength)], inputFormatters: [LengthLimitingTextInputFormatter(FieldUtils.userNameFieldLength)],
), )
), ),
const Spacer(), const Spacer(),
Expanded( Expanded(

Loading…
Cancel
Save