Skip to content

[CP] Null exception fix #113550

@justinmc

Description

@justinmc

issue_link

#111095

Commit Hash

d728539

Target

stable

pr_link

#113553

Impacted Users

Android apps with text editing

Impact Description

A null exception is thrown for users of text editing on Android.

Workaround

  1. Patch the Flutter framework directly with this one line fix: https://github.com/flutter/flutter/pull/107683/files#diff-f5f93c879cef9a102adbf148583de9f3d9a05f9678fdcad7bde106f62200bb34

or

  1. Upgrade to master or any release that includes the fix PR (Remove exclamation marks #107683).

Risk

medium

Test Coverage

yes

Validation Steps

If this test passes, then the fix works:

testWidgets('onAppPrivateCommand does not throw', (WidgetTester tester) async {

Metadata

Metadata

Assignees

Labels

cp: approvedApproved cherry-pick requestcp: reviewCherry-picks in the review queue

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions