From f6e22fc73484b05472e0e97bbe1e6599823d2688 Mon Sep 17 00:00:00 2001 From: StefanHumm Date: Sat, 11 Jun 2022 15:10:20 +0900 Subject: [PATCH] Adjust example --- example/lib/main.dart | 2 ++ 1 file changed, 2 insertions(+) diff --git a/example/lib/main.dart b/example/lib/main.dart index f382413..890e4d3 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -111,6 +111,7 @@ class _MyAppState extends State { emojiSizeMax: 32 * (Platform.isIOS ? 1.30 : 1.0), verticalSpacing: 0, horizontalSpacing: 0, + gridPadding: EdgeInsets.zero, initCategory: Category.RECENT, bgColor: const Color(0xFFF2F2F2), indicatorColor: Colors.blue, @@ -123,6 +124,7 @@ class _MyAppState extends State { enableSkinTones: true, showRecentsTab: true, recentsLimit: 28, + replaceEmojiOnLimitExceed: false, noRecents: const Text( 'No Recents', style: TextStyle(fontSize: 20, color: Colors.black26),