-
Notifications
You must be signed in to change notification settings - Fork 214
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
Null check operator used on a null value. Error thrown null #82
Comments
Hi @raunak-moonraft ! |
Running into the same issue. v1.2.4
It probably has something to do with the The transition appears correctly but then results in the NPE right at the end. |
My bad. The issue was that I was initialising |
@RafaelBarbosatec, I had this problem following the available example and I solved it following @rohan20 suggestion. May it be necessary to update the example? |
HI @ivanhercaz ! |
@RafaelBarbosatec
This same issue is happening with me as well. We are using tutorial_coach_mark: ^1.0.3 (the latest version at present). Here is the crashlytics issue: -
Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: Null check operator used on a null value. Error thrown null.
at TutorialCoachMark.show.(tutorial_coach_mark.dart:80)
at _CustomZone.bindCallback.(dart:async)
at TickerFuture.whenCompleteOrCancel.thunk(ticker.dart:407)
Device OS Android 11
The text was updated successfully, but these errors were encountered: