-
Notifications
You must be signed in to change notification settings - Fork 15
Modify API to more closely mirror Flutter's Icon/IconData classes #3
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 8000 service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Awesome, please open a PR |
Sounds good! Another question -- where did you source your list of keywords for each emoji? You have a lot of keywords. |
emojipedia, emojicodes, uemoji, onemoji ... every where ;) |
I've been working on a source generator and just noticed that you seem to have one gitignored. Are you possibly able to share that logic? |
yes, I can share it with you after my voyage which will end in 4, 5 days. |
Is this still worked on? |
2022 🦾, Emoji v14 maybe 🤷♂️ |
Uh oh!
There was an error while loading. Please reload this page.
I want to suggest that some of the core classes in this library be slightly restructured to more closely mimic Flutter's
Icon
andIconData
classes.For example, the current API looks like this:
The proposed API would look like:
This library would then have 3 core classes:
If this seems reasonable, I would be happy to put together a PR. I have lots of emoji functionality I would love to contribute to your library, but wanted to float my ideas for a refactor before diving right in and making changes.
Thanks again for creating
emojis
-- you have a lot of very cool functionality here!The text was updated successfully, but these errors were encountered: