We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug There is an scheduler library expression in the console if the app was startet and the carousel controller was not ready
To Reproduce Steps to reproduce the behavior:
======== Exception caught by scheduler library ===================================================== The following _TypeError was thrown during a scheduler callback: Null check operator used on a null value When the exception was thrown, this was the stack: #0 CarouselControllerImpl.jumpToPage (package:carousel_slider/carousel_controller.dart:92:38) #1 IdentificationPageState.initState.<anonymous closure> (package:ehrenamtskarte/identification/identification_page.dart:40:26) #2 SchedulerBinding._invokeFrameCallback (package:flutter/src/scheduler/binding.dart:1386:15) #3 SchedulerBinding.handleDrawFrame (package:flutter/src/scheduler/binding.dart:1322:11) #4 SchedulerBinding._handleDrawFrame (package:flutter/src/scheduler/binding.dart:1169:5) #5 _invoke (dart:ui/hooks.dart:312:13) #6 PlatformDispatcher._drawFrame (dart:ui/platform_dispatcher.dart:399:5) #7 _drawFrame (dart:ui/hooks.dart:283:31) ====================================================================================================
Expected behavior It will be waited until the controller is ready, before trying to jump to a particular card index
The text was updated successfully, but these errors were encountered:
f1sh1918
Successfully merging a pull request may close this issue.
Describe the bug
There is an scheduler library expression in the console if the app was startet and the carousel controller was not ready
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It will be waited until the controller is ready, before trying to jump to a particular card index
The text was updated successfully, but these errors were encountered: