Touching the graph trigering the FlPointerHoverEvent event in mobile devices
- Dominant language
- Dart
- Stars
- 7.6k
- Forks
- 2k
- Avg merge
- 9d 1h
- Merged PRs (30d)
- 2
Description
```dart
LineChart(
LineChartData(
lineTouchData: LineTouchData(
touchCallback: (FlTouchEvent event, LineTouchResponse? touchResponse) {
print("$event");
},
```
The first event fired after touching the mobile screen
```bash
I/flutter ( 7375): Instance of 'FlPointerHoverEvent'
```
Contributor guide
Research direction
The report identifies a LineChart with LineTouchData and a touchCallback, but names no repository file or test. Start by reproducing the snippet on a mobile device and tracing the touch-event dispatch; done means the initial mobile touch produces the expected event type without breaking other touch callbacks.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100