Last updated:
0 purchases
expression emoji
expression_emoji(Under Development) #
A expression_emoji is useful package which provide the variety of emojis like Happy,Smiling,Sad,Bad .. etc which can be customised as per the need
Key Features #
Range of expressoin to use.
Getting Started #
To use this package, add expression_emoji as a dependency in your pubspec.yaml file.
dependencies:
...
expression_emoji: ^0.0.1
copied to clipboard
Now in your Dart code, you can use:
import 'package:expression_emoji/expression_emoji.dart';
Usage #
ExpressionEmoji(
key: expressionKey,
size: Size(MediaQuery.of(context).size.width,
(MediaQuery.of(context).size.width / 2) + 60),)
copied to clipboard
LICENSE! #
ExpressionEmoji is MIT-licensed.
Let us know! #
We’d be really happy if you send us links to your projects where you use our component. Just send an email to [email protected] And do let us know if you have any questions or suggestion regarding our work.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.