best-flutter / flutter_swiper

The best swiper for flutter , with multiple layouts, infinite loop. Compatible with Android & iOS.
MIT License
3.51k stars 717 forks source link

please do support to null safety #269

Open rzablah opened 3 years ago

TheAnkurPanchani commented 3 years ago

Fork of this repo with support of null safety. https://pub.dev/packages/card_swiper

ChiHwe commented 3 years ago

Thank you ! I give you a big hug!

jsonsuxing commented 3 years ago

Hope to support null safety

cutePanda123 commented 1 year ago

You can disable the null safety checking in your project while you are waiting for null-safety release:

Terminal: flutter run --no-sound-null-safety Android Studio: Run->Edit Configurations

image