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

DrawableCreatedNotification Exception #43

Open
rtrevivian opened this issue Sep 12, 2022 · 0 comments
Open

DrawableCreatedNotification Exception #43

rtrevivian opened this issue Sep 12, 2022 · 0 comments

Comments

@rtrevivian
Copy link

If the user activates a draw shape tool and immediately performs a pinch/pan gesture flutter_painter throws an exception.

DrawableCreatedNotification(drawable) : super(drawable);
_TypeError (type 'Null' is not a subtype of type 'Drawable')

It appears the created event is triggered by the gesture which does not create the shape.

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

1 participant