A dart library for cli emojis . It contains over 1500+ emojis for using in your cli app . Support for flutter is coming .
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
}
For the full list of emojis , please check out here
Created by Adib Mohsin