flutter_swiper icon indicating copy to clipboard operation
flutter_swiper copied to clipboard

please do support to null safety

Open rzablah opened this issue 3 years ago • 4 comments

rzablah avatar May 19 '21 17:05 rzablah

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

TheAnkurPanchani avatar Jun 07 '21 06:06 TheAnkurPanchani

Thank you ! I give you a big hug!

ChiHwe avatar Aug 18 '21 07:08 ChiHwe

Hope to support null safety

jsonsuxing avatar Sep 01 '21 05:09 jsonsuxing

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

cutePanda123 avatar Mar 17 '23 23:03 cutePanda123