We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Package 3.2.0 on linux does not show the correct flag ( cf : #28)
I think it is dues to the change #243 Use flag emoji instead of images on mobile.
#243 Use flag emoji instead of images on mobile.
The case of web is handled but computer distribution as Linux.
I think the change is a simple Patform check when the image is shown but I have to test other platform ( windows and mac)
(kIsWeb || Platform.isLinux) ? Image.asset( 'assets/flags/${_selectedCountry.code.toLowerCase()}.png', package: 'intl_phone_field', width: 32, ) : Text( _selectedCountry.flag, style: const TextStyle(fontSize: 18), ),
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Package 3.2.0 on linux does not show the correct flag ( cf : #28)
I think it is dues to the change
#243 Use flag emoji instead of images on mobile.
The case of web is handled but computer distribution as Linux.
I think the change is a simple Patform check when the image is shown but I have to test other platform ( windows and mac)
The text was updated successfully, but these errors were encountered: