- 08 Apr, 2023 1 commit
-
-
Greg Spencer authored
Prepare for adding values to AppLifecycleState
-
- 07 Apr, 2023 23 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.
-
Rexios authored
[flutter_test] Adds method to mock EventChannels
-
engine-flutter-autoroll authored
Roll Flutter Engine from d1dad6acbe5c to ddaa87c11434 (1 revision)
-
chunhtai authored
Fixes IgnorePointer and AbsorbPointer to only block user interactionsâ¦
-
Victoria Ashworth authored
Make logs verbose for gallery tests
-
engine-flutter-autoroll authored
Roll Packages from 3f480616948d to 75ede70ca5f0 (6 revisions)
-
Bruno Leroux authored
Fix EditableText misplaces caret when selection is invalid
-
engine-flutter-autoroll authored
Roll Flutter Engine from bfc4113d5801 to d1dad6acbe5c (2 revisions)
-
engine-flutter-autoroll authored
Roll Flutter Engine from dc4fe907c4bc to bfc4113d5801 (2 revisions)
-
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`
-
engine-flutter-autoroll authored
Roll Flutter Engine from 8063e1f837d3 to dc4fe907c4bc (1 revision)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 6e673411acf6 to 8063e1f837d3 (1 revision)
-
- 06 Apr, 2023 16 commits
-
-
Henry Riehl authored
Positioning of cascading menus.
-
engine-flutter-autoroll authored
https://github.com/flutter/engine/compare/419be0aed5df...6e673411acf6 2023-04-06 skia-flutter-autoroll@skia.org Manual roll Dart SDK from 36ace2c92e0a to 0c85a16bac6d (6 revisions) (flutter/engine#40974) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-engine-flutter-autoroll Please CC jonahwilliams@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
-
Greg Price authored
Fix surface-size state leak in material/paginated_data_table_test (framework shuffle-all 3/n) (#123842) Fix surface-size state leak in material/paginated_data_table_test (framework shuffle-all 3/n)
-
engine-flutter-autoroll authored
Roll Flutter Engine from 92c75660eb19 to 419be0aed5df (1 revision)
-
Michael Goderbauer authored
Fix double the
-
chunhtai authored
Refactor reorderable list semantics
-
Tirth authored
[DropdownMenu] add helperText & errorText to DropdownMenu Widget
-
Justin McCandless authored
Make sure the removal of deprecated APIs TextSelectionControls.buildToolbar and TextSelectionHandleControls happen in two separate steps. Will make a tricky migration situation a little easier for affected users.
-
engine-flutter-autoroll authored
Roll Flutter Engine from 9620c6482454 to 92c75660eb19 (1 revision)
-
Kevin Moore authored
flutter tool: log dart2wasm vs dart2js as appropriate during build
-
Kevin Moore authored
flutter tool: make FlutterOptions abstract final
-
Greg Price authored
Make tester.startGesture less async, for better stack traces
-
Ian Hickson authored
Deprecate these old APIs
-
engine-flutter-autoroll authored
Roll Flutter Engine from d492b8b3a567 to 9620c6482454 (1 revision)
-
Gregory Conrad authored
Fix a memory leak in `AutomaticKeepAlive`
-
Albert Wolszon authored
`intl` [0.18.0 added](https://pub.dev/packages/intl/changelog#0180) a [`NumberFormat.decimalPatternDigits`](https://pub.dev/documentation/intl/latest/intl/NumberFormat/NumberFormat.decimalPatternDigits.html) pattern that allows `decimalDigits` param. Fixes #122785 ## 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. - [ ] ~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. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/wiki/Tree-hygiene#overview [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene [test-exempt]: https://github.com/flutter/flutter/wiki/Tree-hygiene#tests [Flutter Style Guide]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo [Features we expect every widget to implement]: https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement [CLA]: https://cla.developers.google.com/ [flutter/tests]: https://github.com/flutter/tests [breaking change policy]: https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/wiki/Chat
-