Android has horrid emojis. Can I use Apple’s emoji font (like Telegram does and WhatsApp used to) in Flutter for Android?
Edit: My first guess would be to add a font, but as I do not want to change all other fonts I am not sure if this is possible.
Android has horrid emojis. Can I use Apple’s emoji font (like Telegram does and WhatsApp used to) in Flutter for Android?
Edit: My first guess would be to add a font, but as I do not want to change all other fonts I am not sure if this is possible.
2
Answers
Hot reloading or Hot restaring won’t make the Text go to the incorrect state. Only running the app again.
There is currently no way to define a custom font in Flutter just for emojis (or just for specified characters). There’s an open Github issue about this.
There is however a trick to mix your font and another one for your emojis in a Text widget. I found an answer here to do that.
Here are the steps you can follow :
https://www.joypixels.com/fonts
https://flutter.dev/docs/cookbook/design/fonts