twemoji 0.2.3 twemoji: ^0.2.3 copied to clipboard
Twitter Emojis for Flutter, this package supports svg and png 72x72 emojis
twemoji #
Twitter Emojis for Flutter, this package supports svg and png 72x72 emojis
Usage #
Twemoji widget for a single emoji
Twemoji(
emoji: 'π',
height: 50,
width: 50,
)
TwemojiText returns a widget with rendered text with twitter emojis
TwemojiText(
text: 'wow π»π©βπ»π¨βπ» ',
),
TwemojiTextSpan with RichText and it will render the text with twitter Emojies
RichText(
text: TwemojiTextSpan(
text: 'Text ππππΏπ§π₯π₯¨π₯ππ₯π₯',
style: Theme.of(context).textTheme.headline6,
),
)
Screenshot
Limitation The svg emojis will not work on flutter html web renderer because the flutter_svg package does not support it
TODO
- β Add SVG support
- β Find a way to get an emoji code. For example: π => "1F600"
- β Extend Textfield widget to support twemoji
About twemoji: https://twemoji.twitter.com/