You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file flutter_tindercard.dart, we have multiple calls to widget.swipeUpdateCallback(details, frontCardAlign); incase (widget._allowVerticalMovement == true) is false. These are present on line 232 and 237.
Is there any particular reason why we are doing so? I want to remove the first one but just want to be sure that there won't be any regressions.
The text was updated successfully, but these errors were encountered:
In file flutter_tindercard.dart, we have multiple calls to
widget.swipeUpdateCallback(details, frontCardAlign);
incase(widget._allowVerticalMovement == true)
is false. These are present on line 232 and 237.Is there any particular reason why we are doing so? I want to remove the first one but just want to be sure that there won't be any regressions.
The text was updated successfully, but these errors were encountered: