danielRi
danielRi
@racka98 I think you should update your question or show your code to make it more clear for the developers.
I get some decent results using TweenAnimationBuilder: ```dart TweenAnimationBuilder( duration: Duration(seconds: 1), curve: Curves.easeOutCubic, tween: Tween( begin: 0.0, end: yourCurrentValue, // current, NOT max value ), child: const SizedBox.shrink(), builder:...
politely bumping this issue, having same problem.
I also see this as a requirement. If QA tests 2 weeks and says everything is fine, lets build a release version! The dev building the release version upgraded his...
> Interesting to notice that on iOS Simulator it works perfectly. I thought the same thing too, but I figured on the emulator it does not appear as often because...
bumping because it´s still occuring in Flutter 3.16.0 See https://github.com/flutter/flutter/issues/136455 for example project and video.
Hey @ajinasokan . First let me thank you for this package, it solves so many issues we are having the the vanilla life cycle state listener. Good job man! About...
Hi @ajinasokan you are right, my `Podfile.lock` actually also contains many `0.0.1` entries. For me, this issue can be closed. Thank you!
This is also what I miss from the package. Great job, but a callback would be really nice. I find out you can listen to events using: ```dart SwipeActionStore.getInstance().bus.on().listen((event) {...
Any news on this? Or does someone know how to fix this without modifying the `WheelPicker.java`?