- 13 Apr, 2023 5 commits
-
-
Reid Baker authored
#123643 - Add task to projects evaluated by flutter.gradle that will print the java version. - Add integration test for the existence of javaVersion and the expected format. - Add gradle util to get the gradlew version for a specific platform (gradlew everywhere but windows). Why does this code need to exist? Figuring out what version of java is used by flutter/gradle is done in a few different ways that are not always aligned. See this issue https://github.com/flutter/flutter/issues/122609 , this issue https://github.com/flutter/flutter/issues/121501 this feature request https://github.com/flutter/flutter/issues/106416 As examples of why assuming the java version is dangerous. This task is code flutter can build upon and is the version gradle is using to build no matter how it is configured. ## 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. --------- Co-authored-by:
Mitchell Goodwin <58190796+MitchellGoodwin@users.noreply.github.com> Co-authored-by:
Greg Spencer <gspencergoog@users.noreply.github.com> Co-authored-by:
Victoria Ashworth <vashworth@google.com> Co-authored-by:
Christopher Fujino <christopherfujino@gmail.com> Co-authored-by:
Jackson Gardner <jacksongardner@google.com> Co-authored-by:
Rydmike <m.rydstrom@gmail.com> Co-authored-by:
keyonghan <54558023+keyonghan@users.noreply.github.com> Co-authored-by:
chunhtai <47866232+chunhtai@users.noreply.github.com> Co-authored-by:
Taha Tesser <tessertaha@gmail.com> Co-authored-by:
Ben Konyi <bkonyi@google.com> Co-authored-by:
engine-flutter-autoroll <engine-flutter-autoroll@skia.org> Co-authored-by:
hellohuanlin <41930132+hellohuanlin@users.noreply.github.com> Co-authored-by:
Danny Tuppeny <danny@tuppeny.com> Co-authored-by:
Chris Bracken <chris@bracken.jp> Co-authored-by:
Kate Lovett <katelovett@google.com> Co-authored-by:
Michael Goderbauer <goderbauer@google.com> Co-authored-by:
Elias Yishak <42216813+eliasyishak@users.noreply.github.com> Co-authored-by:
Christopher Fujino <fujino@google.com>
-
Flutter GitHub Bot authored
Roll pub packages
-
Elliott Brooks authored
[flutter_tools] Disable flaky `output_web_test` test case
-
Taha Tesser authored
Refactor `SliverAppBar.medium` & `SliverAppBar.large` to fix several issues
-
Justin McCandless authored
Explain how to do the two-step migration to the context menus feature.
-
- 12 Apr, 2023 11 commits
-
-
Camille Simon authored
Update re-thrown error for incompatible Java/Gradle versions to include migration guide
-
Justin McCandless authored
Localize the 'No Replacements Found' spell check string
-
Elias Yishak authored
Update runner to handle logic for both analytics packages
-
Bernardo Ferrari authored
`SemanticsFlag`/`SemanticsAction` cleanup (part 4)
-
Jackson Gardner authored
Remove the old canvaskit artifacts to not confuse the web runner.
-
Nabeel Parkar authored
Bug report 2 issue template
-
Zachary Anderson authored
Reverts flutter/flutter#122437 This is causing several Android devicelab tests to fail on the first attempt, causing them to be marked flaky. The cause appears to be unexpected output on stderr. See: https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_arm64_android%20run_release_test/5390/overview
-
Bernardo Ferrari authored
Add `StrokeCap` to `CircularProgressIndicator`
-
Gabriel Gava authored
Exposed EdgeDraggingAutoScroller velocityScalar to ReorderableList
-
Kevin Moore authored
flutter_tools: Flutter Web CLI cleanup
-
xubaolin authored
DraggableScrollableSheet & NestedScrollView should respect NeverScrollableScrollPhysics
-
- 11 Apr, 2023 7 commits
-
-
Tae Hyung Kim authored
Internal bug: b/256596915 Turns out we need to regenerate date localizations in order for the `intl` package to be setup properly within Flutter. This PR fixes the script (since it assumes the use of the old `.packages` way of handling packages), and regenerates the `generated_date_localizations.dart` file.
-
Justin McCandless authored
Moves to a two-step deprecation process for context menus, avoiding immediate breaking changes.
-
Micael Cid authored
[integration_test] upgrade androidx test to 1.4.0
-
pdblasi-google authored
Adds `dart_fix` support to `flutter_test`
-
Chris Bobbe authored
Fixes BottomAppBar with translucent colors.
-
Aditya Thakur authored
Fix ShaderMask Example issue
-
Kevin Moore authored
Add omit-type-checks flag for wasm builds
-
- 10 Apr, 2023 10 commits
-
-
Lau Ching Jun authored
Debounce the proxied connection over proxied devices.
-
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.
-
Callum Moffat authored
Reduce macOS overscroll friction
-
joshualitt authored
-
Rexios authored
[flutter_test] Adds method to mock EventChannels
-
Eilidh Southren authored
Update MCU version
-
Jackson Gardner authored
Add support to the flutter tool to compile against the skwasm renderer
-
luckysmg authored
[Text Input] Only unfocus when receive connectionClosed on platform except web
-
- 08 Apr, 2023 2 commits
-
-
Christopher Fujino authored
document StaticIconProvider
-
Greg Spencer authored
Prepare for adding values to AppLifecycleState
-
- 07 Apr, 2023 5 commits
-
-
Bruno Leroux authored
Right clicking an InkWell with no secondary tap handlers will no longer cause a ripple.
-
Michael Goderbauer authored
Migrate away from deprecated BinaryMessenger API
-
Jenn Magder authored
Force plugin transitive dependencies to an ARC compatible version
-
chunhtai authored
Reland Refactor reorderable list semantics
-
Flutter GitHub Bot authored
Roll pub packages
-