8000 GitHub - wilsonowilson/twemoji
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wilsonowilson/twemoji

 
 

Folders and files

NameName
Last comm 8000 it message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

twemoji

Twitter Emojis for Flutter

Usage

Just wrap TwemojiTextSpan with 66B7 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/

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dart 89.9%
  • C++ 6.8%
  • CMake 2.6%
  • HTML 0.5%
  • C 0.1%
  • Swift 0.1%
0