flutter_reaction_button 3.0.0+3 flutter_reaction_button: ^3.0.0+3 copied to clipboard
Flutter Reaction Button is a customizable Flutter package that allows you to easily create interactive buttons with reaction emojis, similar to Facebook's iconic reaction buttons.
3.0.0+3 #
- Fix reactions box overflow
3.0.0+2 #
- Minor updates
3.0.0+1 #
- Update README
3.0.0 #
- BREAKING CHANGE:
FlutterReactionButton
andFlutterReactionButtonToggle
removeditemSize
is required inReactionButton
onReactionChanged
callback updatedVerticalPosition
andHorizontalPosition
removed
- Adds
child
toReactionButton
- Animated
ReactionsBox
2.0.2 #
- Pipeline setup
2.0.1 #
- Adds ReactionContainer
- Bugs fix and code improvements, Thanks to Felix Gabler
2.0.0+3 #
- Upgrade flutter version
2.0.0+1 #
- Dragging improvement
2.0.0 #
- Change
FlutterReactionButton
toReactionButton
- Change
FlutterReactionButtonCheck
toReactionButtonToggle
- Change
Function(Reaction, int, bool) onReactionChanged
toFunction(T?, bool) onReactionChanged
- Change
Function(Reaction, int) onReactionChanged
toFunction(T?) onReactionChanged
- Dynamic scale depending on the hover position
- Dynamic horizontal alignment
- Scrollable position
- Minor bugs fixed
1.0.8 #
- Added support null safety
1.0.7+3 #
- Deprecated Reaction id
1.0.7+2 #
- Improvement box flow
1.0.7 #
- Remove reaction id
- Clean code
1.0.6+2 #
- Minor bugs fixed
1.0.6+1 #
- Minor bugs fixed
1.0.6 #
- Reaction title
1.0.5 #
- Items spacing
- Box padding
1.0.4 #
- Reactions box alignment
1.0.3 #
- Change state externally
1.0.2 #
- Code improvements
1.0.1 #
- Define reaction by id.
- Alternative to popup menu.
- Enable/disable reaction click.
1.0.0 #
- Adds ripple effect.
0.1.3 #
- Selected rection index.
0.1.2+1 #
- Adds Example.
0.1.2 #
- From plugin to packages.
0.1.1 #
- Reactions List @required.
0.1.0 #
- Update Description pubspec.yaml.
0.0.1 #
- Describe initial release.