material_emoji_picker 1.1.2
material_emoji_picker: ^1.1.2 copied to clipboard
A generic but configurable emoji picker for Flutter
1.0.0 #
Initial release.
1.0.0+1 #
Fixup readme.
1.0.1 #
Use ILists for categories. These ILists can be used by consumers via dot-shorthands, e.g. .new([]).
1.0.2 #
Publicly export EmojiController for use as needed.
1.0.3 #
Add scrollbar to category list, for more intuitive scrolling on desktop.
1.1.0 #
- Minify emoji json for a smaller bundle
- Use a Sliver-based approach for rendering the emoji view, resulting in much better performance
- Add more padding to search bar
- Filter out empty categories, helpful for search
1.1.1 #
Wait for end of frame before highlighting categories, fixing an issue where category highlights could be one scroll outdated.
1.1.2 #
Make search case-insensitive.