flutter_emoji 2.3.4 flutter_emoji: ^2.3.4 copied to clipboard
👉 A light-weight Emoji 📦 for Flutter with all up-to-date emojis 😄. Made from 💯% ☕ with ❤️!
2.3.4 #
- Leverage
characters
library to handle grapheme clusters/glyphs emojis.
2.3.3 #
- Add new list of emojis.
2.3.2 #
- Replace 'pedantic' by 'lint'.
- Refactoring to null safety according to the official Dart migration guide.
2.3.1 #
- Update sdk constraints to null safety. Reference: SDK Constraints.
2.3.0 #
- Update dependencies.
2.2.0 #
- Fix issue: emojis with dash
-
in name are not parsed.
2.1.0 #
- Fix issue: (temp solution) around 600+ emojis not being matched.
2.0.0 #
Breaking changes
- New
Emoji
class now acts like a data container. - New
EmojiParser
class to handle emoji operation, likeget()
,emojify()
... - New
EmojiUtil
class to handle common operations for normalizing emoji. - Update documentation.
1.1.1 #
- Description updated.
1.1.0 #
- Add
unemojify()
. - Fixed bug with multi-bytes emojis.
- Some refactors.
1.0.1 #
- Update documentation.
- Add
get()
.
1.0.0 #
- Initial release.