-
-
Notifications
You must be signed in to change notification settings - Fork 72
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: localeIdentifier not working in iOS #208
Comments
I face the same issue in both android and iOS I provide the locale (ar) and it give me back the result in English |
Reverting change from Baseflow@ed2987d Related to Baseflow#208
@TimHoogstrate @mvanbeusekom this was introduced in this PR: #205 Version 2.2.0 breaks the @Mohamed-Nagdy, reverting to 2.1.1 "fixes" it. |
Dear @tomasAlabes, @Mohamed-Nagdy, It is expected behaviour. Recently the functionality for Android has been changed. As shown below (from the CHANGELOG) the locale is now set via a separate method. 'setLocaleIdentifier'. CHANGELOG Android
The locale should be set separately from version 2.2.0 by:
HOWEVER, apparently the functionality was not properly updated on iOS. Therefore I made two PR's (1) (#209) to update the functionality on iOS to make it in line with Android. (2) update the documentation (#210). Kind regard, |
Please check the following before submitting a new issue.
Please select affected platform(s)
Steps to reproduce
I believe this used to work recently.
Expected results
Actual results
Code sample
Code sample
Screenshots or video
No response
Version
2.2.0
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: