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

Use with flutter_svg

SvgPicture.asset(
    EmojiCloud.airplane,
    package: 'emojicloud', // this line is required. :)
    width: 200,
    height: 200,
),

GitHub

View Github