You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
════════ Exception caught by gesture library ═══════════════════════════════════════════════════════
The following assertion was thrown while dispatching a pointer event:
'package:flutter/src/gestures/tap.dart': Failed assertion: line 201 pos 14: '_down == null && _up == null': is not true.
Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause.
In either case, please report this assertion by filing a bug on GitHub: https://github.com/flutter/flutter/issues/new?template=2_bug.md
When the exception was thrown, this was the stack: #2 BaseTapGestureRecognizer.addAllowedPointer (package:flutter/src/gestures/tap.dart:201:14) #3 GestureRecognizer.addPointer (package:flutter/src/gestures/recognizer.dart:102:7) #4 RawGestureDetectorState._handlePointerDown (package:flutter/src/widgets/gesture_detector.dart:1204:18) #5 RenderPointerListener.handleEvent (package:flutter/src/rendering/proxy_box.dart:2821:29) #6 GestureBinding.dispatchEvent (package:flutter/src/gestures/binding.dart:361:22)
...
Event: PointerDownEvent#10a69(position: Offset(188.0, 283.0))
position: Offset(188.0, 283.0)
Target: RenderPointerListener#159e2 relayoutBoundary=up28
parentData: (can use size)
constraints: BoxConstraints(0.0<=w<=359.0, 0.0<=h<=Infinity)
size: Size(359.0, 201.9)
behavior: deferToChild
listeners: down
The text was updated successfully, but these errors were encountered:
cbahai
changed the title
Using v2.0.0, when I pull on the picture, then click on the picture, an error is reported in flutter version 2.0.2! ! ! ![BUG]
[BUG]Using v2.0.0, when I pull on the picture, then click on the picture, an error is reported in flutter version 2.0.2! ! ! !
May 21, 2021
════════ Exception caught by gesture library ═══════════════════════════════════════════════════════
The following assertion was thrown while dispatching a pointer event:
'package:flutter/src/gestures/tap.dart': Failed assertion: line 201 pos 14: '_down == null && _up == null': is not true.
Either the assertion indicates an error in the framework itself, or we should provide substantially more information in this error message to help you determine and fix the underlying cause.
In either case, please report this assertion by filing a bug on GitHub:
https://github.com/flutter/flutter/issues/new?template=2_bug.md
When the exception was thrown, this was the stack:
#2 BaseTapGestureRecognizer.addAllowedPointer (package:flutter/src/gestures/tap.dart:201:14)
#3 GestureRecognizer.addPointer (package:flutter/src/gestures/recognizer.dart:102:7)
#4 RawGestureDetectorState._handlePointerDown (package:flutter/src/widgets/gesture_detector.dart:1204:18)
#5 RenderPointerListener.handleEvent (package:flutter/src/rendering/proxy_box.dart:2821:29)
#6 GestureBinding.dispatchEvent (package:flutter/src/gestures/binding.dart:361:22)
...
Event: PointerDownEvent#10a69(position: Offset(188.0, 283.0))
position: Offset(188.0, 283.0)
Target: RenderPointerListener#159e2 relayoutBoundary=up28
parentData: (can use size)
constraints: BoxConstraints(0.0<=w<=359.0, 0.0<=h<=Infinity)
size: Size(359.0, 201.9)
behavior: deferToChild
listeners: down
The text was updated successfully, but these errors were encountered: