Open rtrevivian opened 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.
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.