emoji_picker_flutter 1.4.0 emoji_picker_flutter: ^1.4.0 copied to clipboard
A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.
1.4.0 #
- Add support for custom fonts ✍️ (thx @yendacoder)
- Refactor to make components reusable and add example for search (thx @yendacoder)
1.3.1 #
- Add direct support for TextEditingController (thx @LostInDarkMath)
- Fix Koala face position in emoji lists (thx @nathandud)
1.3.0 #
- 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
1.2.1 #
- Compatibility for Flutter 2.10 and update Android and Kotlin versions
- Add Mate Emoji 🧉
1.2.0 #
- Breaking Change:
noRecentsText
of typeString
was changed tonoRecents
of typeWidget
andnoRecentsStyle
was removed fromConfig
1.1.2 #
- Fix a issue with macos platform 👨🔧
- Close Skin-Tone dialog on several other timings
1.1.1 #
- Fix parsing of legacy Emoji Recent-List 😵
1.1.0 #
- 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 🖥
1.0.8 #
- Fix to avoid unnecessary rebuilds
- Re-add Activities Category
1.0.7 #
- 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
1.0.6 #
- 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
1.0.5 #
- Fix appearance of emoji when device font size is not default 🖥
- Add Backspace-Button & OnBackspacePressed-Callback for easier deletion of added Emoji's
1.0.4 #
- Make Emoji class accessible 🙌
1.0.3 #
- Organize imports
1.0.2 #
- Bug fix
1.0.1 #
- Update Readme 📚
1.0.0 #
- Inital release of this package 🎉