Releases: Fintasys/emoji_picker_flutter
Releases · Fintasys/emoji_picker_flutter
v1.6.1
- Fix issue with RecentsLimit not working
- Add example for dynamic emoji columns based on screen width (thx to @timmaffett)
v1.6.0
- Breaking Change: Fix behavior of recent tab, choose behavior (None, Recent, Popular) with
recentTabBehavior
.showRecentsTab
was removed. - Fix typo in ReadMe (thx @nathanbacon)
v1.5.4
v1.5.3
v1.5.2
v1.5.1
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)