Closed RegisSaffi closed 3 years ago
Yes will work on it today itself.
Adding null safety support his week 👍🏻
This will be awesome 😎
this is the branch if anyone wants it right now : https://github.com/nateshmbhat/touchable/tree/null-safety-migration
Published the package here : https://pub.dev/packages/touchable/versions/1.0.0-prerelease
Please test and let me know if you guys find any issues. I will publish it was a proper release version then 👍🏻
Thanks for pre-release, let me test it and i will confirm
cool 👍🏻
@RegisSaffi were you able to test it ?
Using it in production (with a few lines commented out) for the past few days, no issues found.
@whiplashoo please mention what lines did you comment and why
@nateshmbhat Should have worded it out better: I am using it with some of the gesture listeners (onForcePress, onPan, onSecondaryTap) deactivated for my particular use case. This has nothing to do with the null safety update; everything works as expected.
cool
On Mon, Apr 12, 2021 at 12:30 PM Minas Giannekas @.***> wrote:
@nateshmbhat https://github.com/nateshmbhat Should have worded it out better: I am using it with some of the gesture listeners (onForcePress, onPan, onSecondaryTap) deactivated for my particular use case. This has nothing to do with the null safety update; everything works as expected.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/nateshmbhat/touchable/issues/21#issuecomment-817541929, or unsubscribe https://github.com/notifications/unsubscribe-auth/AFRTSNQPI4UMKDTJFPOC5HDTIKLCFANCNFSM42KB3YRQ .
Hey, Sorry for late reply but as of now I am not having any issue with the pre-release version.
Released touchable null safe version 1.0.0 ✌🏻
This is not a bug or issue, but i wanted to upgrade my current application to Flutter 2, but detected that Touchable does not have support for null safety.
It could be good if this package upgraded to null safety in case someone want to upgrade to Flutter 2