emoji 1.0.3
emoji: ^1.0.3 copied to clipboard
A utility for emojis.
Emoji #
A Dart library for incorporating emojis into your application.
The initial version supports the popular GitHub Emojis: http://www.emoji-cheat-sheet.com/
Usage #
A simple usage example:
import 'package:emoji/emoji.dart';
main() {
var text = 'Rock on! :metal:';
print(replaceWithEmojis(text));
// Rock on! <img src="https://assets-cdn.github.com/images/icons/emoji/metal.png?v5" class="emoji" />
}
Features and bugs #
Please file feature requests and bugs at the issue tracker.