- Fix reactions box overflow
- Minor updates
- Update README
- BREAKING CHANGE:
FlutterReactionButton
andFlutterReactionButtonToggle
removeditemSize
is required inReactionButton
onReactionChanged
callback updatedVerticalPosition
andHorizontalPosition
removed
- Adds
child
toReactionButton
- Animated
ReactionsBox
- Pipeline setup
- Minor bugs fixed. Thanks to Kyle Venn
- Adds ReactionContainer
- Bugs fix and code improvements, Thanks to Felix Gabler
- Upgrade flutter version
- Fix Offscreen Issue. Thanks to rlee1990
- Dragging improvement
- 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
- Added support null safety
- Deprecated Reaction id
- Improvement box flow
- Remove reaction id
- Clean code
- Minor bugs fixed
- Minor bugs fixed
- Reaction title
- Items spacing
- Box padding
- Reactions box alignment
- Change state externally
- Code improvements
- Define reaction by id.
- Alternative to popup menu.
- Enable/disable reaction click.
- Adds ripple effect.
- Selected rection index.
- Adds Example.
- From plugin to packages.
- Reactions List @required.
- Update Description pubspec.yaml.
- Describe initial release.