Skip to content

Releases: Fintasys/emoji_picker_flutter

v4.0.0-dev.2

15 Nov 07:04
f93339a
Compare
Choose a tag to compare

What's Changed

  • Add language support for en, de, es, fr, hi, pt, it, ja, ru, zh and more by @Fintasys in #223

Full Changelog: v3.1.0...v4.0.0-dev.2

v3.1.0

28 Sep 06:26
92bb072
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.0...v3.1.0

v3.0.0

15 Aug 14:11
0978a59
Compare
Choose a tag to compare

What's Changed

  • Search with the emoji itself too by @Shawn-sudo in #206
  • Upgraded web to version 1.0.0, along with all of the other dependencies. by @diegotori in #208
  • Improve customization for backspace and search button by @Fintasys in #210
  • Fix for Linux ScrollController issue by @Fintasys in #211
  • [Bug] Fix issue with dark mode and improve customization for search view by @Fintasys in #212

New Contributors

Full Changelog: v2.2.0...v3.0.0

v2.2.0

13 Apr 01:54
Compare
Choose a tag to compare

What's Changed

  • Downgrade Kotlin to 1.7.10
  • Migrate to DSL syntax for gradle setup
  • Switch from dart:html to package:web by @GleammerRay in #198
  • Minimum Flutter version 3.19.3

Full Changelog: v2.1.1...v2.2.0

v2.1.1

22 Mar 01:36
Compare
Choose a tag to compare

What's Changed

  • Address Inconsistent JVM-target compatibility. by @GleammerRay in #192
  • Fix issue with ScrollController have no clients

New Contributors

Full Changelog: v2.1.0...v2.1.1

v2.1.0

28 Feb 13:14
Compare
Choose a tag to compare

What's Changed

  • Allow custom hint text at DefaultSearchView by @akvus in #187
  • Add option to hide search view button in bottom nav by @Fintasys in #190

New Contributors

Full Changelog: v2.0.0...v2.1.0

v2.0.0

31 Jan 05:42
21679ca
Compare
Choose a tag to compare
  • Better customization
  • Better support for emoji and custom font
  • Restructure of configurations
  • Added Search View feature
  • Update examples (Also added WhatsApp example)
  • Add auto-scroll support
  • Add long-press backspace support
  • Improve SkinTone Overlay
  • Updated Readme
  • Update License to MIT
  • Add tests

v1.6.4

25 Jan 14:19
Compare
Choose a tag to compare
  • Add long-press backspace support (thx @vedasjad)
  • Fix Auto-Scroll issue in TextField (thx @starfreck)

v1.6.3

29 Oct 06:51
Compare
Choose a tag to compare
  • Added new Config parameter customSkinColorOverlayHorizontalOffset to fix issue with SkinColorOverlay in ShellRoute or other horizontal adjustments
  • Add Jack-O-Lantern emoji 🎃

v1.6.2

10 Oct 02:59
1a64bdd
Compare
Choose a tag to compare
  • remove nullability from OverlayState
  • Compatible with Flutter 3.13.6 🚀
  • Various code improvements