demoji 1.0.1
demoji: ^1.0.1 copied to clipboard
A dart emoji library for cli , over 1500+ emojis are available
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