v2.0.0
·
102 commits
to master
since this release
- 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.