Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 494 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 494 Bytes

Demoji

A dart library for cli emojis . It contains over 1500+ emojis for using in your cli app . Support for flutter is coming .

Example

Here is an example using demoji tool

import 'package:demoji/demoji.dart';

void main() {
  print(Demoji.grin); // return 😁
  // If you want to use more emojis , chech out the list below
}

Emojis

For the full list of emojis , please check out here

Created by Adib Mohsin