imaNNeo / imaNNeo/fl_chart

Touching the graph trigering the FlPointerHoverEvent event in mobile devices

Open
#1,858 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.