emoji_weixin 0.3.1
emoji_weixin: ^0.3.1 copied to clipboard
WeChat-style emoji/sticker panel for Flutter with Klipy search, custom stickers, camera capture, and multi-language UI.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add emoji_weixinThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
emoji_weixin: ^0.3.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:emoji_weixin/emoji_weixin.dart';