- 12 Apr, 2023 7 commits
-
-
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 13 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
-
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.
-
Rexios authored
[flutter_test] Adds method to mock EventChannels
-
chunhtai authored
Fixes IgnorePointer and AbsorbPointer to only block user interactionsâ¦
-
Bruno Leroux authored
Fix EditableText misplaces caret when selection is invalid
-
Xilai Zhang authored
Revert "Refactor reorderable list semantics"
-
Greg Spencer authored
Initialize `ThemeData.visualDensity` using `ThemeData.platform` instead of `defaultTargetPlatform` (#124357) Initialize `ThemeData.visualDensity` using `ThemeData.platform` instead of `defaultTargetPlatform`
-
- 06 Apr, 2023 1 commit
-
-
Henry Riehl authored
Positioning of cascading menus.
-