Flutter mobile app in IOS / Apple device on entering multiple letters in the text field, Freezes the Mobile App
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 25/100
- Issue type
- Bug
- Clarity
- Needs clarification
- Activity status
- Stale
- Tech stack
- flutter, ios
- Domain
- mobile
Research direction
Start by reproducing the freeze on an iOS device using the supplied TextFormField snippet and the listed Flutter, Xcode, macOS, and iOS versions. Check the behavior while entering multiple letters with keyboard suggestions enabled; done means the app remains responsive and the cause and affected code path are documented.
Written by the indexing model from the issue text.
Description
In my ios app getting freezed,while entering text value from textformfield with keyboard suggestions
is there any solutions for this?
flutter sdk 2.5.3
xcode 15.2
mac 13.7.1
iphone ios 18.3.2
TextFormField( key: ValueKey(customEditTextKey), style: textStyle ?? TextStyle( fontSize: 17.0, color: textColor ?? ColourConstant.COLOR_GREY_TEXT, fontFamily: ReleaseConstant.Montserrat, fontWeight: FontWeight.w300), maxLength: maxLength ?? null, focusNode: focusNode ?? null, maxLines: maxLines, obscureText: obscureText ?? false, autocorrect: false, enableSuggestions: false, enabled: enabled ?? true, controller: controller, textCapitalization: textCapitalization ?? TextCapitalization.none, keyboardType: inputType != null ? inputType : null, textInputAction: TextInputAction.done, textAlign: textAlign ?? TextAlign.start, textDirection: textDirection ?? TextDirection.ltr, inputFormatters: inputFormatters != null ? inputFormatters : null, onChanged: onChanged, onFieldSubmitted: onFieldSubmitted, onEditingComplete: onEditingComplete != null ? onEditingComplete!(controller.text) : null,
- Dominant language
- No language data
- Stars
- 1.7k
- Forks
- 128
- 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 fluttercommunity/community
-
package proposal
fluttercommunity/community#179 · 1 comment · 1 assignee ·
-
package proposal
fluttercommunity/community#178 · 1 assignee ·
-
package proposal
fluttercommunity/community#177 · 1 comment · 9 reactions · 1 assignee ·
-
package proposal
fluttercommunity/community#175 · 3 comments · 5 reactions · 1 assignee ·
-
package proposal
fluttercommunity/community#174 · 1 assignee ·
All issues in fluttercommunity/community
Similar issues
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
client-controller-update ta-bot-triage team-money-movement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
MetaMask/metamask-mobile#36594 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
mozilla-mobile/firefox-ios#35743 ·
-
bug
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
hemilabs/ui-monorepo#2323 ·
-
Needs: Author Feedback Needs: Repro
Difficulty 1/5 Under an hour Newbie friendliness 92/100
react/react-native#58621 · 1 comment ·