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 85fab65 commit c0ace58
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,18 @@ EmojiPicker(

See the [demo](https://github.com/Fintasys/emoji_picker_flutter/blob/master/example/lib/main.dart) for more detailed sample project.

## Examples

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 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.

## Config

| property | description | default |
Expand Down Expand Up @@ -151,18 +163,6 @@ Top Backspace Button

<img src="https://user-images.githubusercontent.com/11667234/182386154-b4b2435f-3a85-454d-a671-f857e5a1c7bd.png" width="300">

## Examples

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 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 c0ace58

Please sign in to comment.