omarhurani / flutter_painter

A Flutter widget to draw scribbles and text on a background image or color 🎨
MIT License
139 stars 107 forks source link

DrawableCreatedNotification Exception #43

Open rtrevivian opened 2 years ago

rtrevivian commented 2 years ago

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.