flutter_swiper
flutter_swiper copied to clipboard
Null check operator used on a null value
Hello i am getting the exception is Null check operator used on a null value when the run the app. I am using Flutter 2.0.2 version
I am getting this in the console The relevant error-causing widget was Swiper
You can do that for the time being: change:Dart Packages -> transformer_page_view-0.1.6 -> transformer_page_view.dart
double get realPage {
double page = super.page;
/* if (position.maxScrollExtent == null || position.minScrollExtent == null) {
page = 0.0;
} else {
page = super.page;
}*/
return page;
}
try use https://github.com/lianyagang/flutter_swiper_null_safety/tree/master solved null_safety
Hello i am getting the exception is Null check operator used on a null value when the run the app. I am using Flutter 2.0.2 version
I am getting this in the console The relevant error-causing widget was Swiper
try use https://github.com/lianyagang/flutter_swiper_null_safety/tree/master solved null_safety
Hello i am getting the exception is Null check operator used on a null value when the run the app. I am using Flutter 2.0.2 version I am getting this in the console The relevant error-causing widget was Swiper
try use https://github.com/lianyagang/flutter_swiper_null_safety/tree/master solved null_safety dependencies: flutter_swiper: git: url: https://github.com/lianyagang/flutter_swiper_null_safety.git ref: master path: ????? Error ???
Hello i am getting the exception is Null check operator used on a null value when the run the app. I am using Flutter 2.0.2 version I am getting this in the console The relevant error-causing widget was Swiper
try use https://github.com/lianyagang/flutter_swiper_null_safety/tree/master solved null_safety dependencies: flutter_swiper: git: url: https://github.com/lianyagang/flutter_swiper_null_safety.git ref: master path: ????? Error ??? please use it 》》》》》》 flutter_swiper_null_safety:
path: ../
git:
url: 'https://github.com/lianyagang/flutter_swiper_null_safety.git'
ref: 'feature/flutter_swipter2.0'
flutter_swiper_null_safety: git: url: 'https://github.com/lianyagang/flutter_swiper_null_safety.git' ref: 'feature/flutter_swipter2.0'
Hello i am getting the exception is Null check operator used on a null value when the run the app. I am using Flutter 2.0.2 version
I am getting this in the console The relevant error-causing widget was Swiper u can try this flutter_swiper_null_safety: git: url: 'https://github.com/lianyagang/flutter_swiper_null_safety.git' ref: 'feature/flutter_swipter2.0'
直接使用pub依赖 flutter_swiper_null_safety: ^1.0.0
直接使用pub依赖 flutter_swiper_null_safety: ^1.0.0
it seems doesn't work, bro.
直接使用pub依赖 flutter_swiper_null_safety: ^1.0.0
it seems doesn't work, bro.
sorry, it works. my fault