A small typo in the lib pushable_button.dart
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 68/100
Research direction
Open lib/pushable_button.dart at line 82, using the linked revision as a reference. Check the gesture-location comparison and update it to match the expression shown in the issue; the work is done when that line uses _gestureLocation.dx < buttonSize.width &&.
Written by the indexing model from the issue text.
Description
It should be:
_gestureLocation.dx < buttonSize.width &&
- Dominant language
- Dart
- Stars
- 34
- Forks
- 12
- PR merge metrics
- No merged PRs in 30d
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from bizz84/pushable_button
-
click effect Open
Difficulty 3/5 1-2 days Newbie friendliness 45/100
-
lint Open
Difficulty 2/5 1-3 hours Newbie friendliness 25/100
All issues in bizz84/pushable_button
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
code quality good first issue
Difficulty 2/5 1-3 hours Newbie friendliness 90/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 78/100
Suwayomi/Suwayomi-Tsumiru#479 ·
-
Build Failure: agora_rtc_engine compiled against android-31 while dependencies require android-34+ Open
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
-
Difficulty 2/5 1-3 hours Newbie friendliness 92/100
conceptadev/noir#95 ·