twemoji 0.2.0 twemoji: ^0.2.0 copied to clipboard
Twitter Emojis for Flutter, this package supports svg and png 72x72 emojis
twemoji #
Twitter Emojis for Flutter
Usage #
Just wrap TwemojiTextSpan with RichText and it will render the twitter Emojies
RichText(
text: TwemojiTextSpan(
text: 'Text ππππΏπ§π₯π₯¨π₯ππ₯π₯',
style: Theme.of(context).textTheme.headline6,
),
),
Screenshot
TODO
- β Add SVG support
- β Extend Textfield widget to support twemoji
- β Find a way to get an emoji code. For example: π => "1F600"
About twemoji: https://twemoji.twitter.com/