[Adjustment] - Adjust the platform variable in keyboard.dart now that Flutter has resolved issue
Nobody has claimed this yet.
Assessment
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Newbie friendliness
- 82/100
- Issue type
- Refactor
- Clarity
- Clearly specified
- Activity status
- Quiet
- Tech stack
- dart, flutter
- Domain
- testing-qa
Research direction
Start in keyboard.dart at typeKeyboardText and review the linked Flutter issue to confirm the platform workaround is no longer needed. Remove the obsolete adjustment and run the repository's relevant tests to verify keyboard text entry still works.
Written by the indexing model from the issue text.
Description
keyboard.dart contains the following snippet:
Future<void> typeKeyboardText(String plainText) async {
// Avoid generating characters with an "ios" platform due to Flutter bug.
// TODO: Remove special platform selection when Flutter issue is solved (https://github.com/flutter/flutter/issues/133956)
final platform = _keyEventPlatform != "ios" ? _keyEventPlatform : "android";
The linked issue claims to be resolved. Update the code accordingly.
- Dominant language
- Dart
- Stars
- 27
- Forks
- 3
- 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.
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 ·