Skip to content

Releases: GeekAbdelouahed/flutter-reaction-button

v3.0.0

10 Oct 07:36
Compare
Choose a tag to compare

BREAKING CHANGES:

  • FlutterReactionButton and FlutterReactionButtonToggle replaced by ReactionButton
  • itemSize is required in ReactionButton
  • onReactionChanged callback updated
  • VerticalPosition and HorizontalPosition removed

What's New:

  • Use overlay instead of navigator
  • Adds child to ReactionButton
  • Animated ReactionsBox

v2.0.1

04 Jun 11:44
bf0ee15
Compare
Choose a tag to compare

What's New

  • Add ReactionContainer.
  • Code improvements.
  • Minor bugs fixed.

Contributors

v2.0.0

29 Oct 20:23
Compare
Choose a tag to compare
  • Change FlutterReactionButton to ReactionButton.
  • Using generic value in the callback onReactionChanged.
  • Change FlutterReactionButtonCheck to ReactionButtonToggle.
  • Change Function(Reaction, int, bool) onReactionChanged to Function(T?, bool) onReactionChanged.
  • Change Function(Reaction, int) onReactionChanged to Function(T?) onReactionChanged.
  • Dynamic scale depending on the hover position.
  • Dynamic horizontal alignment.
  • Scrollable position.
  • Minor bugs fixed.