- 11 Apr, 2023 2 commits
-
-
engine-flutter-autoroll authored
Roll Flutter Engine from 9f071f927023 to 88501782bdf6 (2 revisions)
-
Kevin Moore authored
Add omit-type-checks flag for wasm builds
-
- 10 Apr, 2023 19 commits
-
-
engine-flutter-autoroll authored
Roll Flutter Engine from 2e8ee813891b to 9f071f927023 (2 revisions)
-
Lau Ching Jun authored
Debounce the proxied connection over proxied devices.
-
engine-flutter-autoroll authored
Roll Flutter Engine from a3e4c4484ca3 to 2e8ee813891b (3 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 072632897f9b to a3e4c4484ca3 (2 revisions)
-
Tae Hyung Kim authored
Sliver Constrained Cross Axis
-
chunhtai authored
ExpansionTile audit
-
Lau Ching Jun authored
Allow daemon to start DDS remotely when proxied devices are used.
-
engine-flutter-autoroll authored
Roll Flutter Engine from 53930ff1dcdc to 072632897f9b (3 revisions)
-
Callum Moffat authored
Reduce macOS overscroll friction
-
engine-flutter-autoroll authored
Roll Flutter Engine from 44d165644450 to 53930ff1dcdc (4 revisions)
-
joshualitt authored
-
htoor3 authored
[web] - fix text editing integration tests for new DOM structure
-
Rexios authored
[flutter_test] Adds method to mock EventChannels
-
engine-flutter-autoroll authored
Roll Packages from 75ede70ca5f0 to a2f396cc91db (8 revisions)
-
Eilidh Southren authored
Update MCU version
-
Jackson Gardner authored
Add support to the flutter tool to compile against the skwasm renderer
-
engine-flutter-autoroll authored
Roll Flutter Engine from 58ab7eaee66c to 44d165644450 (3 revisions)
-
luckysmg authored
[Text Input] Only unfocus when receive connectionClosed on platform except web
-
engine-flutter-autoroll authored
Roll Flutter Engine from 30daa2369d58 to 58ab7eaee66c (1 revision)
-
- 09 Apr, 2023 4 commits
-
-
engine-flutter-autoroll authored
Roll Flutter Engine from ce8143e25317 to 30daa2369d58 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 36c5811c4676 to ce8143e25317 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from fe924e27a725 to 36c5811c4676 (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from df5e055f6aba to fe924e27a725 (1 revision)
-
- 08 Apr, 2023 4 commits
-
-
engine-flutter-autoroll authored
Roll Flutter Engine from cac56b220dab to df5e055f6aba (5 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 1f5433d4e4ae to cac56b220dab (1 revision)
-
Christopher Fujino authored
document StaticIconProvider
-
Greg Spencer authored
Prepare for adding values to AppLifecycleState
-
- 07 Apr, 2023 11 commits
-
-
Bruno Leroux authored
Right clicking an InkWell with no secondary tap handlers will no longer cause a ripple.
-
engine-flutter-autoroll authored
Roll Flutter Engine from fd79552e8153 to 1f5433d4e4ae (3 revisions)
-
Michael Goderbauer authored
Migrate away from deprecated BinaryMessenger API
-
engine-flutter-autoroll authored
Roll Flutter Engine from ddaa87c11434 to fd79552e8153 (2 revisions)
-
Jenn Magder authored
Force plugin transitive dependencies to an ARC compatible version
-
chunhtai authored
Reland Refactor reorderable list semantics
-
keyonghan authored
Mark analyzer_benchmark as unflaky
-
Flutter GitHub Bot authored
Roll pub packages
-
Zachary Anderson authored
Reverts flutter/flutter#123726 Analysis failures on CI https://ci.chromium.org/ui/p/flutter/builders/prod/Linux%20analyze/12890/overview
-
Reid Baker authored
Update gradle_utils.dart and flutter.gradle to have the same versions as the documentation in file says is required. (#123213) This was an oversight from pr https://github.com/flutter/flutter/pull/116146/files. Comments in both files indicate that the versions should be bumped together. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [ ] I listed at least one issue that this PR fixes in the description above. - [ ] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord].
-
Reid Baker authored
https://github.com/flutter/flutter/issues/123917 Missed feedback from https://github.com/flutter/flutter/pull/123916 - Handle commented out lines in gradle-wrapper.properties This is 1 of 2 prs to handle missed feedback. Formatting will be done in the second whereas this one captures a weakness missed in the last pr. ## Pre-launch Checklist - [x] I read the [Contributor Guide] and followed the process outlined there for submitting PRs. - [x] I read the [Tree Hygiene] wiki page, which explains my responsibilities. - [x] I read and followed the [Flutter Style Guide], including [Features we expect every widget to implement]. - [x] I signed the [CLA]. - [x] I listed at least one issue that this PR fixes in the description above. - [x] I updated/added relevant documentation (doc comments with `///`). - [x] I added new tests to check the change I am making, or this PR is [test-exempt]. - [x] All existing and new tests are passing.
-