flutter-emoji icon indicating copy to clipboard operation
flutter-emoji copied to clipboard

👉 A light-weight Emoji 📦 for Flutter and Dart-based applications with all up-to-date emojis 😄. Made from 💯% ☕ with ❤️!

Results 15 flutter-emoji issues
Sort by recently updated
recently updated
newest added

- Fix #25 - Tests have been updated too. - I refactored the common code to a _mapEmojis() function

Hi, Thank you for your work, nice lib ! Could you please add the capabilities to remove all emojis (and/or) replace with any char/string ? ```dart EmojiParser().replaceAll("...", "X"); EmojiParser().removeEmojis("..."); //...

The `node-emoji` json source has archived into `legacy` branch. Considering with we need to change the source constant from ```dart static final String EMOJI_SOURCE = 'https://raw.githubusercontent.com/omnidan/node-emoji/master/lib/emoji.json'; ``` to ```dart static...

enhancement

Some emojis on the iOS comes with additional characters as seen in the screenshot - ![Screenshot 2022-10-24 at 11 25 16 AM](https://user-images.githubusercontent.com/34509484/197505521-470f011f-6830-447d-b1b8-d743cde35e98.png)