flutter_emoji_select 1.0.2 copy "flutter_emoji_select: ^1.0.2" to clipboard
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 #

Fixed #

  • preferredPosition - Fixed OverlayPosition.below not working correctly
  • Overlay now properly positions above or below based on preferredPosition setting

Improved #

  • Added documentation comments to all public constructors for better pub.dev score

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
0
likes
160
points
34
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Facebook-style emoji selector with zoom/bounce animations. Supports PNG, SVG, GIF images with customizable styling.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, flutter_svg

More

Packages that depend on flutter_emoji_select