An open API service indexing awesome lists of open source software.

https://github.com/pacifio/demoji

A dart library with over 1500+ emojis 😀🎯
https://github.com/pacifio/demoji

dart dart-cli dart-library dart-package dart2

Last synced: 2 months ago
JSON representation

A dart library with over 1500+ emojis 😀🎯

Awesome Lists containing this project

README

        

# Demoji

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

## Example

Here is an example using demoji tool

```dart
import 'package:demoji/demoji.dart';

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

## Emojis

For the full list of emojis , please check out [here](https://github.com/pacifio/demoji/blob/master/emoji.md)

## TODO

- [x] Null safety
- [ ] Categorized support
- [ ] Update to latest `emoji.json`

## Contributors

- [kenriortega](https://github.com/kenriortega)