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
Hi,
The code Flame.util.addGestureRecognizer(createTapRecognizer()); throws the following error:
[VERBOSE-2:shell.cc(184)] Dart Error: Unhandled exception:
NoSuchMethodError: The getter 'pointerRouter' was called on null.
Receiver: null
Tried calling: pointerRouter
#0 Object.noSuchMethod (dart:core/runtime/libobject_patch.dart:50:5)
#1 Util.addGestureRecognizer (package:flame/util.dart:55:29)
#2 new MatchingGame (package:myapp/main.dart:24:16)
#3 main (package:myapp/main.dart:12:27)
#4 _startIsolate.<anonymous closure> (dart:isolate/runtime/libisolate_patch.dart:289:19)
#5 _RawReceivePortImpl._handleMessage (dart:isolate/runtime/libisolate_patch.dart:171:12)
Error -32601 received from application: Method not found
Hi,
The code
Flame.util.addGestureRecognizer(createTapRecognizer());
throws the following error:The code example:
Am I doing something wrong?
The text was updated successfully, but these errors were encountered: