-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
374,184 additions
and
16,570 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
## 0.0.1 | ||
|
||
* TODO: Describe initial release. | ||
- First Release: FluentUiEmojiIcon Widget with 1544 emoji options. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,30 @@ | ||
# fluentui_emoji_icon | ||
# fluentui_emoji_icon package | ||
|
||
Flutter Icon Widget Package using FluentUI Emoji from Microsoft. | ||
This package is a Flutter widget that allows you to use [FluentUi Emoji](https://github.com/microsoft/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. | ||
|
||
![](assets/example_app_screen_shot.png) | ||
|
||
## Usage | ||
|
||
1. Generate fluentui emoji icon svg data class by the following command | ||
```sh | ||
dart run lib/tool/get_fluentui_emoji_svgs_from_official_repository.dart | ||
1. import package | ||
```dart | ||
import 'package:fluentui_emoji_icon/fluentui_emoji_icon.dart'; | ||
``` | ||
2. Setup `FluentUiEmojiIcon` Widget | ||
```dart | ||
FluentUiEmojiIcon( | ||
fl: Fluents.flAirplane, | ||
w: 50, | ||
h: 50, | ||
) | ||
``` | ||
2. Release package!! | ||
3. All done. | ||
|
||
## Supported FluentUiEmojis | ||
|
||
Microsoft provides 1545 emojis. | ||
This package provides 1544 emoji icons. | ||
|
||
## FluentUiEmojiIcon Web Search Tool | ||
|
||
please wait... |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.