diff --git a/README.md b/README.md index 028c169..71c90a9 100644 --- a/README.md +++ b/README.md @@ -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) + + +2. Custom Font (Display all emoji correctly in the style of the font, additional ~15mb e.g. with Google Fonts) + + +\*All screenshots from Android. iOS displays by default most emoji correctly. + ## Config | property | description | default | @@ -151,18 +163,6 @@ Top Backspace Button -## 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) - - -2. Custom Font (Display all emoji correctly in the style of the font, additional ~15mb e.g. with Google Fonts) - - -\*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.