twemoji 0.2.0 copy "twemoji: ^0.2.0" to clipboard
twemoji: ^0.2.0 copied to clipboard

outdated

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

Demo

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/

31
likes
0
points
199
downloads

Publisher

verified publisherhadi.wtf

Weekly Downloads

Twitter Emojis for Flutter, this package supports svg and png 72x72 emojis

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on twemoji