emoji_data 1.0.0
emoji_data: ^1.0.0 copied to clipboard
A Flutter package that provides all known emoji ICONS.You can customize your ui based on this data
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add emoji_dataThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
emoji_data: ^1.0.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:emoji_data/emoji_data.dart';