Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iOS sometimes scroll gesture generate exception #20

Closed
andrea689 opened this issue Feb 3, 2019 · 5 comments
Closed

iOS sometimes scroll gesture generate exception #20

andrea689 opened this issue Feb 3, 2019 · 5 comments

Comments

@andrea689
Copy link
Collaborator

Sometimes while scroll the map, the touch isn't intercept and this error is thrown:

Unhandled Exception: 'package:flutter/src/gestures/converter.dart': Failed assertion: line 155 pos 18: '!state.down': is not true.
#0      _AssertionError._doThrowNew (dart:core/runtime/liberrors_patch.dart:40:39)
#1      _AssertionError._throwNew (dart:core/runtime/liberrors_patch.dart:36:5)
#2      PointerEventConverter.expand (package:flutter/src/gestures/converter.dart:155:18)
#3      _SyncIterator.moveNext (dart:core/runtime/libcore_patch.dart:152:12)
#4      ListQueue.addAll (dart:collection/queue.dart:715:25)
#5      _WidgetsFlutterBinding&BindingBase&GestureBinding._handlePointerDataPacket (package:flutter/src/gestures/binding.dart:83:27)
#6      _rootRunUnary (dart:async/zone.dart:1136:13)
#7      _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#8      _CustomZone.runUnaryGuarded (dart:async/zone.dart:931:7)
#9      _invoke1 (dart:ui/hooks.dart:203:10)
#10     _dispatchPointerDataPacket (dart:ui/hooks.dart:138:5)
@andrea689
Copy link
Collaborator Author

I discovered that this problem is present only in debug mode! flutter/flutter#27700

@jesaiasmaia
Copy link

I discovered that this problem is present only in debug mode! flutter/flutter#27700

No, no, I publish my app and happened the error.

@jesaiasmaia
Copy link

Guys, did you find whats is causing the issue?

@tobrun
Copy link
Collaborator

tobrun commented Nov 10, 2019

Is this still actionable with the latest release?

@tobrun
Copy link
Collaborator

tobrun commented Jan 25, 2020

Closing as stale

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants