Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 500 Bytes

README.md

File metadata and controls

29 lines (18 loc) · 500 Bytes

Demoji

A dart library with over 1500+ emojis for Your projects .

Example

Here is an example using demoji tool

import 'package:demoji/demoji.dart';

void main() {
  print(Demoji.grin); // return 😁
}

Emojis

For the full list of emojis , please check out here

TODO

  • Null safety
  • Categorized support
  • Update to latest emoji.json

Contributors