Skip to content

Conversation

@Hixie
Copy link
Contributor

@Hixie Hixie commented Feb 18, 2021

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read and followed the Flutter Style Guide, including Features we expect every widget to implement.
  • I listed at least one issue that this PR fixes in the description above.
  • I added new tests to check the change I am making or feature I am adding, or Hixie said the PR is test-exempt.
  • I updated/added relevant documentation (doc comments with ///).
  • I signed the CLA.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

@flutter-dashboard flutter-dashboard bot added a: tests "flutter test", flutter_test, or one of our tests f: cupertino flutter/packages/flutter/cupertino repository f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels. labels Feb 18, 2021
@google-cla google-cla bot added the cla: yes label Feb 18, 2021
@Hixie Hixie force-pushed the dispatch2 branch 2 times, most recently from ec1da40 to ed6a59d Compare February 18, 2021 22:10
@Hixie
Copy link
Contributor Author

Hixie commented Feb 18, 2021

Blocked on dart-lang/dartdoc#2526 dart-lang/dartdoc#2033
Blocked on #76344

@Hixie
Copy link
Contributor Author

Hixie commented Feb 19, 2021

Blocked on flutter/website#5322

@Hixie
Copy link
Contributor Author

Hixie commented Feb 20, 2021

Blocked on plugins referring to the old APIs (just need to import flutter_test).

@Hixie
Copy link
Contributor Author

Hixie commented Mar 6, 2021

Blocked on having the deprecation warnings commented out.

@Hixie Hixie force-pushed the dispatch2 branch 2 times, most recently from 8a7780f to f109515 Compare March 6, 2021 04:35
@Hixie Hixie force-pushed the dispatch2 branch 7 times, most recently from b52ca0f to 3ffbfd8 Compare March 17, 2021 22:56
@Hixie
Copy link
Contributor Author

Hixie commented Mar 18, 2021

cc @goderbauer the tests finally pass, would love your review!
(edit: except the dartdoc stuff, but i'm on that)

@Hixie Hixie marked this pull request as ready for review March 18, 2021 02:07
@flutter-dashboard flutter-dashboard bot added a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) d: examples Sample code and demos labels Mar 18, 2021
@Hixie Hixie force-pushed the dispatch2 branch 2 times, most recently from f6136ac to 5762df7 Compare April 5, 2021 17:43
@Hixie
Copy link
Contributor Author

Hixie commented Apr 5, 2021

I merged this to top of tree. Waiting for #79061 to roll into google3 so that I can test this there more thoroughly.

@Hixie
Copy link
Contributor Author

Hixie commented Apr 22, 2021

Remerged to top of tree, waiting for #80003 to land in google3 for further testing.

@Hixie
Copy link
Contributor Author

Hixie commented Apr 23, 2021

I'm landing this now since everything is green, but I fully expect this to get reverted...

@Hixie Hixie merged commit c26ed03 into flutter:master Apr 23, 2021
@Hixie Hixie deleted the dispatch2 branch April 23, 2021 22:39
@Hixie
Copy link
Contributor Author

Hixie commented Apr 24, 2021

Interestingly some systems at Google reckon that this reduced codesize by 1-2%, which is an unexpected but nice side effect.

angjieli added a commit that referenced this pull request Apr 26, 2021
angjieli added a commit that referenced this pull request Apr 26, 2021
@Hixie Hixie mentioned this pull request Apr 26, 2021
8 tasks
@Hixie Hixie mentioned this pull request May 7, 2021
8 tasks
Hixie added a commit to Hixie/flutter that referenced this pull request May 14, 2021
* Moves the handlePlatformMessage logic to using ChannelBuffers.
* Moves the testing APIs from services library to flutter_test.
* Refactors text editing test APIs.
* This is a reland of flutter#76288 and flutter#78637.

See flutter#77454, flutter#79061, flutter#80003, flutter#81235, and flutter#82057 for earlier discussions. This was last reverted in flutter#82525.
@Hixie Hixie mentioned this pull request May 14, 2021
8 tasks
Hixie added a commit to Hixie/flutter that referenced this pull request May 21, 2021
* Moves the handlePlatformMessage logic to using ChannelBuffers.
* Moves the testing APIs from services library to flutter_test.
* Refactors text editing test APIs.
* This is a reland of flutter#76288 and flutter#78637.

See flutter#77454, flutter#79061, flutter#80003, flutter#81235, and flutter#82057 for earlier discussions. This was last reverted in flutter#82525.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) a: tests "flutter test", flutter_test, or one of our tests c: contributor-productivity Team-specific productivity, code health, technical debt. d: examples Sample code and demos f: cupertino flutter/packages/flutter/cupertino repository f: material design flutter/packages/flutter/material repository. framework flutter/packages/flutter repository. See also f: labels.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants