Skip to content
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

Allow custom emoji #232

Open
4e554c4c opened this issue Jan 20, 2025 · 1 comment
Open

Allow custom emoji #232

4e554c4c opened this issue Jan 20, 2025 · 1 comment
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@4e554c4c
Copy link

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.

@Fintasys
Copy link
Owner

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.

@Fintasys Fintasys added enhancement New feature or request help wanted Extra attention is needed labels Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants