Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unhandled Exception: Null check operator used on a null value #99

Open
woyl opened this issue Jan 23, 2024 · 1 comment
Open

Unhandled Exception: Null check operator used on a null value #99

woyl opened this issue Jan 23, 2024 · 1 comment

Comments

@woyl
Copy link

woyl commented Jan 23, 2024

E/flutter ( 1104): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value
E/flutter ( 1104): #0 ScrollPosition.viewportDimension (package:flutter/src/widgets/scroll_position.dart:262:53)
E/flutter ( 1104): #1 _PagePosition.getPixelsFromPage (package:flutter/src/widgets/page_view.dart:387:19)
E/flutter ( 1104): #2 PageController.animateToPage (package:flutter/src/widgets/page_view.dart:200:16)
E/flutter ( 1104): #3 _TransformerPageViewState.onChangeNotifier (package:card_swiper/src/transformer_page_view/transformer_page_view.dart:583:14)
E/flutter ( 1104): #4 ChangeNotifier.notifyListeners (package:flutter/src/foundation/change_notifier.dart:403:24)
E/flutter ( 1104): #5 IndexController.next (package:card_swiper/src/transformer_page_view/index_controller.dart:110:5)
E/flutter ( 1104): #6 _SwiperTimerMixin._onTimer (package:card_swiper/src/swiper.dart:391:24)
E/flutter ( 1104): #7 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:398:19)
E/flutter ( 1104): #8 _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:429:5)
E/flutter ( 1104): #9 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:189:12)

@Nuyoahhjh
Copy link

E/flutter ( 3362): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: Null check operator used on a null value
E/flutter ( 3362): #0 ScrollPosition.viewportDimension (package:flutter/src/widgets/scroll_position.dart:260:53)
E/flutter ( 3362): #1 _PagePosition.getPixelsFromPage (package:flutter/src/widgets/page_view.dart:381:19)
E/flutter ( 3362): #2 PageController.animateToPage (package:flutter/src/widgets/page_view.dart:198:16)
E/flutter ( 3362): #3 _TransformerPageViewState.onChangeNotifier (package:card_swiper/src/transformer_page_view/transformer_page_view.dart:583:14)
E/flutter ( 3362): #4 ChangeNotifier.notifyListeners (package:flutter/src/foundation/change_notifier.dart:433:24)
E/flutter ( 3362): #5 IndexController.next (package:card_swiper/src/transformer_page_view/index_controller.dart:110:5)
E/flutter ( 3362): #6 _SwiperTimerMixin._onTimer (package:card_swiper/src/swiper.dart:391:24)
E/flutter ( 3362): #7 _Timer._runTimers (dart:isolate-patch/timer_impl.dart:398:19)
E/flutter ( 3362): #8 _Timer._handleMessage (dart:isolate-patch/timer_impl.dart:429:5)
E/flutter ( 3362): #9 _RawReceivePort._handleMessage (dart:isolate-patch/isolate_patch.dart:184:12)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants