Skip to content

v2.0.0

Compare
Choose a tag to compare
@GeekAbdelouahed GeekAbdelouahed released this 29 Oct 20:23
· 102 commits to master since this release
  • 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.