From ce356acbc74d9aae9943e0111d77d1c88322d8ca Mon Sep 17 00:00:00 2001 From: Stefan Humm Date: Thu, 18 Jan 2024 12:23:47 +0900 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 4e28562..1f623d1 100644 --- a/README.md +++ b/README.md @@ -45,9 +45,9 @@ EmojiPicker( checkPlatformCompatibility: true, emojiViewConfig: EmojiViewConfig( // Issue: https://github.com/flutter/flutter/issues/28894 - emojiSizeMax: 32 * + emojiSizeMax: 28 * (foundation.defaultTargetPlatform == TargetPlatform.iOS - ? 1.30 + ? 1.20 : 1.0), ), swapCategoryAndBottomBar: false, @@ -64,7 +64,7 @@ EmojiPicker( 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) +1. Default (Some Emoji might not be displayed correctly e.g. Frowning Face 🚨 Will be fixed with 3.17)