Last updated:
0 purchases
emojicloud
Flutter EmojiCloud #
A Flutter package using vector emoji from emojicloud.
This pakcage has no any other dependencies. It does not break your flutter_svg dependency.
Installation #
flutter pub add emojis
flutter pub add flutter_svg
copied to clipboard
Use with flutter_svg #
SvgPicture.asset(
EmojiCloud.airplane,
package: 'emojicloud', // this line is required. :)
width: 200,
height: 200,
),
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.