twemoji_v2 0.5.3 copy "twemoji_v2: ^0.5.3" to clipboard
twemoji_v2: ^0.5.3 copied to clipboard

Twemoji for Flutter based on Twemoji 14.1.2 - Supports SVG & 72x72px PNGs

twemoji_v2 #

Originally maintained by hadi-codes, extended to support the newest set of twemoji.

Twemoji for Flutter, supports SVG and 72x72px PNG emojis

Based on jdecked's fork of twemoji (v14.1.2)

Usage #

Twemoji to display single emojis

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,
  ),
)
2
likes
150
pub points
62%
popularity

Publisher

verified publisherdynxsty.xyz

Twemoji for Flutter based on Twemoji 14.1.2 - Supports SVG & 72x72px PNGs

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

characters, flutter, flutter_svg, io, path, yaml

More

Packages that depend on twemoji_v2