Skip to content

Releases: Fintasys/emoji_picker_flutter

v1.5.0

17 Oct 05:24
Compare
Choose a tag to compare
  • Add support for Web Platform
  • Add support for Windows Platform
  • Add support for Linux Platform

v1.4.1

17 Oct 04:58
Compare
Choose a tag to compare
  • Code cleanup and optimizations in DefaultEmojiPickerView (thx @PankovSerge)
  • Updated ReadMe

v1.4.0

29 Sep 14:00
e3af3d3
Compare
Choose a tag to compare
  • Add support for custom fonts ✍️ (thx @yendacoder)
  • Refactor to make components reusable and add example for search (thx @yendacoder)
  • Breaking: Remove progressIndicatorColor in favor of loadingIndicator in Config

v1.3.1

02 Aug 13:44
98b3963
Compare
Choose a tag to compare

v1.3.0

11 Jun 06:10
Compare
Choose a tag to compare
  • 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

24 May 13:48
f7fd453
Compare
Choose a tag to compare
  • Compatibility for Flutter 2.10 and update Android and Kotlin versions
  • Add Mate Emoji 🧉

v1.2.0

24 May 13:47
bb04802
Compare
Choose a tag to compare
  • Breaking Change: noRecentsText of type String was changed to noRecents of type Widget and noRecentsStyle was removed from Config

v1.1.2

16 Feb 15:14
c2e3a7a
Compare
Choose a tag to compare
  • Fix a issue with macos platform 👨‍🔧
  • Close Skin-Tone dialog on several other timings

v1.1.1

26 Jan 08:13
9fb9fdb
Compare
Choose a tag to compare
  • Fix issue with parsing 😵

v1.1.0

25 Jan 14:35
0903422
Compare
Choose a tag to compare
  • 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 🖥