Skip to content

Deprecate UpdateLiveRegionEvent#45940

Merged
fluttergithubbot merged 8 commits intoflutter:masterfrom
dnfield:deprecate_live_region_event
Dec 3, 2019
Merged

Deprecate UpdateLiveRegionEvent#45940
fluttergithubbot merged 8 commits intoflutter:masterfrom
dnfield:deprecate_live_region_event

Conversation

@dnfield
Copy link
Contributor

@dnfield dnfield commented Dec 2, 2019

Description

Deprecates UpdateLiveRegionEvent, which was never implemented on the Android or iOS bridges. Updates documentation related to it to clarify current behavior.

I cannot find any usage of this API internally - and anyone who tried to use it would probably have filed a bug since it doesn't do anything!

Related Issues

fixes #45936

Tests

I added the following tests:

None. This code is untested, and I'm not sure we have value in testing that it remains deprecated.

Checklist

Before you create this PR confirm that it meets all requirements listed below by checking the relevant checkboxes ([x]). This will ensure a smooth and quick review process.

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I signed the CLA.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I updated/added relevant documentation (doc comments with ///).
  • All existing and new tests are passing.
  • The analyzer (flutter analyze --flutter-repo) does not report any problems on my PR.
  • I am willing to follow-up on review comments in a timely manner.

Breaking Change

Does your PR require Flutter developers to manually update their apps to accommodate your change?

@dnfield dnfield added framework flutter/packages/flutter repository. See also f: labels. c: API break Backwards-incompatible API changes a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) labels Dec 2, 2019
@fluttergithubbot
Copy link
Contributor

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie.

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@dnfield dnfield force-pushed the deprecate_live_region_event branch from ed8d8e0 to c50d4ad Compare December 3, 2019 00:01
Copy link
Contributor

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@fluttergithubbot fluttergithubbot merged commit c0283d8 into flutter:master Dec 3, 2019
@dnfield dnfield deleted the deprecate_live_region_event branch December 3, 2019 03:31
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) c: API break Backwards-incompatible API changes framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UpdateLiveRegionEvent is not implemented on Android engine side

4 participants