carlleeswanson
carlleeswanson
Why "wontfix"? The flutter issue https://github.com/flutter/flutter/issues/47441 explains how to handle this. It seems like the workaround described there could be applied to this package
Thank you for adding that @kalismeras61 !! I tested with v2.0.8 and swipe-back works as described with the rightToLeft and fade animations. :) But there appears to be a slight...
Is it possible to make this also work with PageTransitionType.scale?
@kalismeras61 I tested PageTransitionType.scale in 2.0.9 with isIos=true. It works, but not in the way I would expect. It has the same issue as fade. When isIos=false, fade and scale...
Would love to see this merged and available soon. Thanks for the enhancement!
I would like to have all 4 positions available (above, below, left, right) available for both vertical and horizontal steppers. I suggest: - for vertical stepper: default label position =...