- Added new Config parameter
customSkinColorOverlayHorizontalOffset
to fix issue with SkinColorOverlay in ShellRoute or other horizontal adjustments - Add Jack-O-Lantern emoji 🎃
- remove nullability from
OverlayState
- Compatible with Flutter 3.13.6 🚀
- Various code improvements
- Fix issue with RecentsLimit not working
- Add example for dynamic emoji columns based on screen width (thx to @timmaffett)
- Breaking Change: Fix behavior of recent tab, choose behavior (None, Recent, Popular) with
recentTabBehavior
.showRecentsTab
was removed. - Fix typo in ReadMe (thx @nathanbacon)
- Restore compatibility of older Flutter versions
- Add Unicode 14 Emoji 🫡
- Fix issue with hiding backspace button (set null to hide)
- Migrate jcenter to mavenCentral (thx @duyjack)
- Update ReadMe and example 📃
- Add method
clearRecentEmojis
in EmojiPickerUtils to clear the recent Emojis
- Add support for Web Platform
- Add support for Windows Platform
- Add support for Linux Platform
- Code cleanup and optimizations in DefaultEmojiPickerView (thx @PankovSerge)
- Add support for custom fonts ✍️ (thx @yendacoder)
- Refactor to make components reusable and add example for search (thx @yendacoder)
- Breaking: Remove
progressIndicatorColor
in favor ofloadingIndicator
in Config
- Add direct support for TextEditingController (thx @LostInDarkMath)
- Fix Koala face position in emoji lists (thx @nathandud)
- Compatibility for Flutter 3 and update dependencies 💙
- Introduce property
replaceEmojiOnLimitExceed
to replace least used emoji in Recents when the list is full - Add property
gridPadding
to make GridView padding configurable - Add same background color of emoji view to background of loading indicator
- Improvements for usage of custom view
- Compatibility for Flutter 2.10 and update Android and Kotlin versions
- Add Mate Emoji 🧉
- Breaking Change:
noRecentsText
of typeString
was changed tonoRecents
of typeWidget
andnoRecentsStyle
was removed fromConfig
- Fix a issue with macos platform 👨🔧
- Close Skin-Tone dialog on several other timings
- Fix parsing of legacy Emoji Recent-List 😵
- New feature: EmojiPickerUtils provide access to recent emojis, search emoji and adding emoji to recently-used list
- New feature: Skin-Tone Support
- New feature: Emoji-List Versioning (force update users cached emoji's if necessary between versions)
- Add Support for MacOS platform 🖥
- Fix to avoid unnecessary rebuilds
- Re-add Activities Category
- Align center NoRecent-Text
- Enable Hot Reload for config changes
- Add hint to example code how to fix emoji size issue for iOS
- Add attribute tabIndicatorAnimDuration to config to control tab indicator animation duration
- Fix issue with iOS hover effect
- Format & Cleanup
- Fix appearance of emoji when device display size is not default 👀
- Fix issue with GridView padding at the top when no AppBar exist in Scaffold
- Fix appearance of emoji when device font size is not default 🖥
- Add Backspace-Button & OnBackspacePressed-Callback for easier deletion of added Emoji's
- Make Emoji class accessible 🙌
- Organize imports
- Bug fix
- Update Readme 📚
- Inital release of this package 🎉