You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Many platforms with emojis—such as slack, the fediverse, discord, etc. allow for custom emojis. These are usually defined by an administer and can be any PNG or webp animation, and have a custom name.
It would be nice to use this application for a similar use case, where custom emojis can be added to the keyboard and used in the flutter application.
The text was updated successfully, but these errors were encountered:
The package is currently built to display emoji inside the Unicode standard. Allowing external emoji would require to integrate them as image files. That would require quite some refactoring of the current implementations.
It might be possible to manually add tabs with custom emoji by building a custom component.
Currently im not planning to work on this, but if anyone wants to contribute to add this feature I will review it.
Many platforms with emojis—such as slack, the fediverse, discord, etc. allow for custom emojis. These are usually defined by an administer and can be any PNG or webp animation, and have a custom name.
It would be nice to use this application for a similar use case, where custom emojis can be added to the keyboard and used in the flutter application.
The text was updated successfully, but these errors were encountered: