Releases: GeekAbdelouahed/flutter-reaction-button
Releases · GeekAbdelouahed/flutter-reaction-button
v3.0.0
BREAKING CHANGES:
FlutterReactionButton
andFlutterReactionButtonToggle
replaced byReactionButton
itemSize
is required inReactionButton
onReactionChanged
callback updatedVerticalPosition
andHorizontalPosition
removed
What's New:
- Use overlay instead of navigator
- Adds
child
toReactionButton
- Animated
ReactionsBox
v2.0.1
What's New
- Add
ReactionContainer
. - Code improvements.
- Minor bugs fixed.
Contributors
v2.0.0
- Change
FlutterReactionButton
toReactionButton
. - Using generic value in the callback
onReactionChanged
. - 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.