flutter_emoji_feedback 0.4.0
flutter_emoji_feedback: ^0.4.0 copied to clipboard
A fully customizable widget to receive feedback from your users. Can be used to get user's mood or evaluate experience (and more !)
0.4.0 #
- Add
enableFeedbackproperty to enable haptic feedback - Customize
Curveanimation - Add
minRatingandmaxRatingproperties to limit the rating range - A second tap on an emoji will now reset the rating to
null - Update docs
[Breaking change]
initialRatingproperty is nowratingand is nullable.- The
EmojiBuilderfunction now takes an additionalboolparameter to indicate if the emoji is active or not
0.3.2 #
- Fix grey background on selected emojis
- Update sample app android gradle config
- Fix formatting
0.3.1 #
- Fix grey background on unselected emojis
0.3.0 #
- Add
initialRatingproperty to set the initial rating
0.2.0 #
- +3 new emoji presets (flat, hand drawn, 3d)
- Upgrade flutter_svg to
^2.0.10+1 - You can now customize the space between elements with
spaceBetweenItemsproperty - You can now customize the label padding with
labelPaddingproperty
0.1.2 #
- Fix error when
very goodemoji in classic preset is loaded on web clients
0.1.1 #
- Update docs
- Add more examples
0.1.0 #
- Add customization for labels
- Add customization for inactive elements blend color
- Add customization for inactive elements scale factor
- Add customization for elements size
- Add customization for scale animation curve
0.0.2 #
- Update docs
0.0.1 #
- Basic version