noto_3d_emoji 1.0.1
noto_3d_emoji: ^1.0.1 copied to clipboard
Google Noto 3D Emoji for Flutter. Downloads and caches the latest Noto Color Emoji font from a custom server.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add noto_3d_emojiThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
noto_3d_emoji: ^1.0.1Alternatively, 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:noto_3d_emoji/noto_3d_emoji.dart';