Flutter mobile app in IOS / Apple device on entering multiple letters in the text field, Freezes the Mobile App

Open
#166 1 comment 0 reactions 0 assignees View on GitHub

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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from fluttercommunity/community

All issues in fluttercommunity/community

Similar issues

More Mobile Dev issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.