flutter_emoji_select 1.0.2
flutter_emoji_select: ^1.0.2 copied to clipboard
A Facebook-style emoji selector with zoom/bounce animations. Supports PNG, SVG, GIF images with customizable styling.
Changelog #
All notable changes to this project will be documented in this file.
1.0.2 #
- Add example project
1.0.1 #
1.0.0 #
Initial release of Flutter Emoji Selector.
Features #
- EmojiSelector widget - Wraps any child widget and displays emoji selector on interaction
- Multiple trigger modes - Long press, tap, or manual control via controller
- Smooth animations - Zoom and bounce effects when hovering over emojis
- Image format support - PNG, SVG, and GIF images supported
- Multiple image sources - Asset, network, file, and memory sources
- Wrap layout - Emojis wrap to multiple rows when exceeding width
- Customizable styling - Colors, sizes, spacing, animations all configurable
- EmojiSelectorController - Programmatic show/hide/toggle control
- DefaultEmojis - Bundled animated GIF emojis ready to use
- Tap outside to dismiss - Configurable dismiss behavior
- Centered positioning - Overlay appears centered above the child widget