这是indexloc提供的服务,不要输入任何密码
Skip to content

poppingmoon/twemoji_v2

 
 

Repository files navigation

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,
  ),
)

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 87.1%
  • HTML 9.6%
  • Swift 2.9%
  • Other 0.4%