Releases: Fintasys/emoji_picker_flutter
Releases · Fintasys/emoji_picker_flutter
v1.5.0
v1.4.1
- Code cleanup and optimizations in DefaultEmojiPickerView (thx @PankovSerge)
- Updated ReadMe
v1.4.0
- 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
v1.3.1
- Add direct support for TextEditingController (thx @LostInDarkMath)
- Fix Koala face position in emoji lists (thx @nathandud)
v1.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
v1.2.1
v1.2.0
v1.1.2
v1.1.1
v1.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 🖥