dart_emoji 0.2.0 dart_emoji: ^0.2.0 copied to clipboard
A light-weight Emoji 📦 for Dart & Flutter with all up-to-date emojis written in pure Dart 😄 . Made from 💯% ☕ with ❤️!
0.2.0 #
- BREAKING CHANGE: Rename
EmojiUtils.hasTextOnlyEmojis()
toEmojiUtils.hasOnlyEmojis()
. #25 - BREAKING CHANGE: Remove duplicated keys for some emojis. See https://github.com/GatchHQ/dart-emoji/pull/25 for the effected emojis. #25
- BREAKING CHANGE: Moving
REGEX_EMOJI
fromEmojiParser
toEmojiUtils
#25 - Improved
REGEX_EMOJI
RegExp #25 - Supporting more emojis for
EmojiUtils.hasOnlyEmojis()
#25 - Add parameter
ignoreWhitespace
toEmojiUtils.hasOnlyEmojis()
#26
0.1.1+2 #
- Remove installation section from
README.md
0.1.1+1 #
- Format code for more pub points.
0.1.1 #
- Improved performance of emoji mapping.
0.1.0 #
- Initial release (forked from
flutter-emoji
).