- Update dependencies
- Replace dart:io with universal_io to support wasm
- Add localization support for following languages: en, de, es, fr, hi it, ja, pt, ru, zh
- Add script to generate language files for any language based on the official unucode organization translations
- Improve search feature to match new emoji name pattern based on keywords
- Added Emoji for Transgender Flag and Hugging People (thx to everypizza1)
- Replace
swapCategoryAndBottomBar
withviewOrderConfig
to give more control over the order of each view (thx to coder-with-a-bushido)
- Upgrade to Flutter
3.24.0
, Dart3.4.0
and dependencies e.g.web: 1.0.0
(thx to @diegotori) - Allow custom icon for Backspace and Search button
- Replace
showBackspaceButton
inCategoryViewConfig
withextraTab
to allow choosing between Backspace, Search or no extra button in category tab bar - Fix scroll issue on Linux
- Remove
buttonColor
property inSearchViewConfig
because it had no effect - Add
inputTextStyle
andhintTextStyle
inSearchViewConfig
for better customization - Fix issue with dark mode support in search view
- Downgrade Kotlin to 1.7.10
- Migrate to DSL syntax for gradle setup
- Migrate from from
dart:html
topackage:web
(thx @GleammerRay) - Minimum Flutter version
3.19.3
- Address issue with inconsistent JVM-target compatibility (thx @GleammerRay)
- Fix issue with ScrollController
- Add option to hide SearchView-Button in bottom navigation
- Be able to change HintText in SearchView (thx @akvus)
- 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
- Improve emoji regex and its performance
- Fix rendering issue with some emoji due to TextStyle handling
- Add tests
- Fix issue with
EmojiTextEditingController
during selection - Fix issue with onBackspacePressed logic
- Fix example for custom font
- Improve documentation
- Improve examples
- prioritize emojiTextStyle over emojiSizeMax
- improve onBackspacePressed logic (trigger controller and callback method)
- Improve SkinTone Overlay logic
- Add WhatsApp example
- Update min Flutter version to 3.16.0
- Update deprecated API's
- Add auto-scroll support by using
ScrollController
- Add long-press backspace support
- Improve
EmojiTextEditingController
to ensure consistent appearance in Text and TextInput - Update examples code
- Todo: Update ReadMe, Improve Search UI
- Added search feature 🔎
- Add more customization possibilities
- Restructure & rename files
- Add long-press backspace support (thx @vedasjad)
- Fix Auto-Scroll issue in TextField (thx @starfreck)
- Added new Config parameter
customSkinColorOverlayHorizontalOffset
to fix issue with SkinColorOverlay in ShellRoute or other horizontal adjustments - Add Jack-O-Lantern emoji 🎃
- remove nullability from
OverlayState
- Compatible with Flutter 3.13.6 🚀
- Various code improvements
- Fix issue with RecentsLimit not working
- Add example for dynamic emoji columns based on screen width (thx to @timmaffett)
- Breaking Change: Fix behavior of recent tab, choose behavior (None, Recent, Popular) with
recentTabBehavior
.showRecentsTab
was removed. - Fix typo in ReadMe (thx @nathanbacon)
- Restore compatibility of older Flutter versions
- Add Unicode 14 Emoji 🫡
- Fix issue with hiding backspace button (set null to hide)
- Migrate jcenter to mavenCentral (thx @duyjack)
- Update ReadMe and example 📃
- Add method
clearRecentEmojis
in EmojiPickerUtils to clear the recent Emojis
- Add support for Web Platform
- Add support for Windows Platform
- Add support for Linux Platform
- Code cleanup and optimizations in DefaultEmojiPickerView (thx @PankovSerge)
- 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
- Add direct support for TextEditingController (thx @LostInDarkMath)
- Fix Koala face position in emoji lists (thx @nathandud)
- 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
- Compatibility for Flutter 2.10 and update Android and Kotlin versions
- Add Mate Emoji 🧉
- Breaking Change:
noRecentsText
of typeString
was changed tonoRecents
of typeWidget
andnoRecentsStyle
was removed fromConfig
- Fix a issue with macos platform 👨🔧
- Close Skin-Tone dialog on several other timings
- Fix parsing of legacy Emoji Recent-List 😵
- 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 🖥
- Fix to avoid unnecessary rebuilds
- Re-add Activities Category
- Align center NoRecent-Text
- Enable Hot Reload for config changes
- Add hint to example code how to fix emoji size issue for iOS
- Add attribute tabIndicatorAnimDuration to config to control tab indicator animation duration
- Fix issue with iOS hover effect
- Format & Cleanup
- Fix appearance of emoji when device display size is not default 👀
- Fix issue with GridView padding at the top when no AppBar exist in Scaffold
- Fix appearance of emoji when device font size is not default 🖥
- Add Backspace-Button & OnBackspacePressed-Callback for easier deletion of added Emoji's
- Make Emoji class accessible 🙌
- Organize imports
- Bug fix
- Update Readme 📚
- Inital release of this package 🎉