Emoji Picker Flutter Versions Save

A Flutter package that provides an Emoji picker widget with 1500+ emojis in 8 categories.

v2.2.0

1 month ago

What's Changed

Full Changelog: https://github.com/Fintasys/emoji_picker_flutter/compare/v2.1.1...v2.2.0

v2.1.1

2 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Fintasys/emoji_picker_flutter/compare/v2.1.0...v2.1.1

v2.1.0

3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/Fintasys/emoji_picker_flutter/compare/v2.0.0...v2.1.0

v2.0.0

4 months ago
  • 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

4 months ago
  • Add long-press backspace support (thx @vedasjad)
  • Fix Auto-Scroll issue in TextField (thx @starfreck)

v1.6.3

7 months ago
  • Added new Config parameter customSkinColorOverlayHorizontalOffset to fix issue with SkinColorOverlay in ShellRoute or other horizontal adjustments
  • Add Jack-O-Lantern emoji 🎃

v1.6.2

7 months ago
  • remove nullability from OverlayState
  • Compatible with Flutter 3.13.6 🚀
  • Various code improvements

v1.6.1

11 months ago
  • Fix issue with RecentsLimit not working
  • Add example for dynamic emoji columns based on screen width (thx to @timmaffett)

v1.6.0

1 year ago
  • 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

1 year ago
  • Restore compatibility of older Flutter versions