Getting this error after updating to flutter 3.27.2 . It was working fine before the update
This error is thrown when as asset is used in the widgetIndicator
════════ Exception caught by scheduler library ═════════════════════════════════
SemanticsNode#33(Rect.fromLTRB(0.0, 0.0, 0.0, 0.0), invisible) (with null) tried to set a non-finite rect.
'package:flutter/src/semantics/semantics.dart':
Failed assertion: line 1852 pos 12: 'value.isFinite'
Getting this error after updating to flutter 3.27.2 . It was working fine before the update
This error is thrown when as asset is used in the widgetIndicator
════════ Exception caught by scheduler library ═════════════════════════════════
SemanticsNode#33(Rect.fromLTRB(0.0, 0.0, 0.0, 0.0), invisible) (with null) tried to set a non-finite rect.
'package:flutter/src/semantics/semantics.dart':
Failed assertion: line 1852 pos 12: 'value.isFinite'