Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 185 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 185 Bytes

emoticons

Use emojis in your strings.

Usage

A simple usage example:

import 'package:emoticons/emoticons.dart';

main() {
  print(emojify("That's cool :cool:!"));
}