flutter-packages
flutter-packages copied to clipboard
Poppins font does not support Philippine Peso (U+20B1) on Android
Package
google_fonts
Existing issue?
- [X] I checked the existing issues
What happened?
Expected vs actual result:
Expected (as displayed on iOS):
Actual (as displayed on Android):
Steps to reproduce:
- Use a
Textwidget with the aforementioned currency symbol:Text('₱')in any UI - Notice on Android that a black square with an X is rendered, but on iOS it works fine
It's worth noting that the Google Fonts site also struggles to render the currency symbol, but if it was a font issue I would expect this to not work on iOS as well (I may be wrong).
Relevant log output
No response