fluentui_emoji_icon package

This package is a Flutter widget that allows you to use FluentUi Emoji developed by Microsoft as SVG image display widgets. Originally, it was designed for emojis, but this package provides widgets that display SVG images, which are the source material for emojis.

Usage

  1. import package
    import 'package:fluentui_emoji_icon/fluentui_emoji_icon.dart';
    
  2. Setup FluentUiEmojiIcon Widget
    FluentUiEmojiIcon(
       fl: Fluents.flAirplane,
       w: 50,
       h: 50,
    )
    
  3. All done.

Supported FluentUiEmojis

Microsoft provides 1545 emojis. This package provides 1544 emoji icons.

FluentUiEmojiIcon Web Search Tool

please wait...