Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Fintasys committed Dec 27, 2023
1 parent d5d2e0c commit 23f7b83
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,14 @@ Top Backspace Button

All examples can be found [here](https://github.com/Fintasys/emoji_picker_flutter/tree/master/example/lib)

1. Default (Some Emoji might not be displayed correct e.g. Frowning Face)
1. Default (Some Emoji might not be displayed correctly e.g. Frowning Face)
<img src="https://raw.githubusercontent.com/Fintasys/emoji_picker_flutter/41c3e6d2cfe69375e263f42cfe06dbad7936bde1/screenshot/example_default_android.png" width="300">

2. Custom Font (Display all emoji correctly in the style of the font, additional ~15mb e.g. with Google Fonts)
<img src="https://raw.githubusercontent.com/Fintasys/emoji_picker_flutter/version-2.0/screenshot/example_custom_font_android.png" width="300"> <img src="https://raw.githubusercontent.com/Fintasys/emoji_picker_flutter/version-2.0/screenshot/example_custom_font_android_2.png" width="300">

- All screenshots from Android. iOS displays by default most emoji correctly.

## Custom view

The appearance is completely customizable by setting `customWidget` property. If properties in Config are not enough you can inherit from `EmojiPickerView` (recommended but not necessary) to make further adjustments.
Expand Down

0 comments on commit 23f7b83

Please sign in to comment.