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 😀🎯
- Host: GitHub
- URL: https://github.com/pacifio/demoji
- Owner: pacifio
- License: bsd-2-clause
- Created: 2019-07-25T09:50:44.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-04T09:41:23.000Z (almost 4 years ago)
- Last Synced: 2025-04-02T08:23:26.346Z (3 months ago)
- Topics: dart, dart-cli, dart-library, dart-package, dart2
- Language: Dart
- Homepage: https://pub.dev/packages/demoji
- Size: 87.9 KB
- Stars: 33
- Watchers: 1
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)