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
That's a lot of exclamation marks. The error isn't really showing any crash in flutter_html itself, so it is a bit tricky to know what is happening. Could you give a minimal reproducable example of the html you are using and how you set up Html with the onTap?
'package:flutter/src/gestures/tap.dart': Failed assertion: line 201 pos 14: '_down == null && _up == null': is not true.
#0 _AssertionError._doThrowNew (dart:core-patch/errors_patch.dart:46:39)
#1 _AssertionError._throwNew (dart:core-patch/errors_patch.dart:36:5)
#2 BaseTapGestureRecognizer.addAllowedPointer (package:flutter/src/gestures/tap.dart:201:14)
#3 MultipleTapGestureRecognizer.addAllowedPointer (package:flutter_html/src/utils.dart:22:11)
#4 GestureRecognizer.addPointer (package:flutter/src/gestures/recognizer.dart:102:7)
#5 RawGestureDetectorState._handlePointerDown (package:flutter/src/widgets/gesture_detector.dart:1204:18)
#6 RenderPointerListener.handleEvent (package:flutter/src/rendering/proxy_box.dart:2821:29)
#7 GestureBinding.dispatchEvent (package:flutter/src/gestures/binding.dart:361:22)
#8 RendererBinding.dispatchEvent (package:flutter/src/rendering/binding.dart:278:11)
#9 GestureBinding._handlePointerEventImmediately (package:flutter/src/gestures/binding.dart:316:7)
#10 GestureBinding.handlePointerEvent (package:flutt<…>
The text was updated successfully, but these errors were encountered: