Skip to content

Upgrade file picker and dependencies#1211

Open
rickypid wants to merge 2 commits into
AppFlowy-IO:mainfrom
insideapp-srl:fix/flutter-3-44-upgrade-file-picker
Open

Upgrade file picker and dependencies#1211
rickypid wants to merge 2 commits into
AppFlowy-IO:mainfrom
insideapp-srl:fix/flutter-3-44-upgrade-file-picker

Conversation

@rickypid

Copy link
Copy Markdown

No description provided.

salihagic and others added 2 commits June 1, 2026 12:57
Flutter 3.44 added a new required onFocusReceived method to
TextInputClient (flutter/flutter#text_input.dart). Without an
implementation, every project on Flutter 3.44+ fails to compile with:

  Error: The non-abstract class '<DeltaTextInputService|NonDeltaTextInputService>'
  is missing implementations for these members:
   - TextInputClient.onFocusReceived

This adds the override in both TextInputService subclasses (delta and
non-delta), returning the existing 'attached' state so focus is
acknowledged whenever an IME connection is held.

Closes AppFlowy-IO#1204
@CLAassistant

CLAassistant commented Jun 10, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@rickypid

rickypid commented Jun 10, 2026

Copy link
Copy Markdown
Author

#1208

Hi @salihagic, can you sign the CLA?

@salihagic

Copy link
Copy Markdown

Signed CLA @rickypid

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants