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

Null check operator used on a null value #15

Open
Mae623 opened this issue Jan 29, 2023 · 1 comment
Open

Null check operator used on a null value #15

Mae623 opened this issue Jan 29, 2023 · 1 comment

Comments

@Mae623
Copy link

Mae623 commented Jan 29, 2023

Hello, when I use this package, I come across the bug.
When the exception was thrown, this was the stack: #0 _ArrowElementState.initState (package:widget_arrows/widget_arrows.dart:333:73) #1 StatefulElement._firstBuild (package:flutter/src/widgets/framework.dart:5015:57) #2 ComponentElement.mount (package:flutter/src/widgets/framework.dart:4853:5) #3 Element.inflateWidget (package:flutter/src/widgets/framework.dart:3863:16) #4 MultiChildRenderObjectElement.inflateWidget (package:flutter/src/widgets/framework.dart:6435:36) #5 MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:6447:32) ... Normal element mounting (4 frames) #9 Element.inflateWidget (package:flutter/src/widgets/framework.dart:3863:16) #10 MultiChildRenderObjectElement.inflateWidget (package:flutter/src/widgets/framework.dart:6435:36) #11 MultiChildRenderObjectElement.mount (package:flutter/src/widgets/framework.dart:6447:32) ... Normal element mounting (4 frames) #15 Element.inflateWidget (package:flutter/src/widgets/framework.dart:3863:16)

@Schwusch
Copy link
Owner

Hi, do you have a small example on how to reproduce the exception?

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