-
Notifications
You must be signed in to change notification settings - Fork 580
Open
Description
Describe the bug
I unable to input number in arabic keyboard
Package version
version: ^0.7.5
Flutter version
v3.35.6
To Reproduce
Steps to reproduce the behavior:
- Enable RTL
- Change Locale to 'ar'
- Use arabic keyboard
- Input phone number in arabic number
- Can't input the number
Expected behavior
Should be support in Arabic language, if locale change to 'ar' the number should be change to arabic number
for example
String get toArabicNumbers => replaceAll('0', '٠')
.replaceAll('1', '١')
.replaceAll('2', '٢')
.replaceAll('3', '٣')
.replaceAll('4', '٤')
.replaceAll('5', '٥')
.replaceAll('6', '٦')
.replaceAll('7', '٧')
.replaceAll('8', '٨')
.replaceAll('9', '٩');Screenshots
If applicable, add screenshots to help explain your problem.
** Targeted platforms (please complete the following information):**
- OS : Android, iOS
- Web: ❌
Additional context
Add any other context about the problem here.
Metadata
Metadata
Assignees
Labels
No labels