-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Comparing changes
Open a pull request
base repository: flutter/flutter
base: 65aca3661b8f
head repository: flutter/flutter
compare: 5c0c9e9e9ad2
- 16 commits
- 152 files changed
- 8 contributors
Commits on Oct 2, 2025
-
Fix platform specific semantics for time picker buttons (#176373)
Updated from #173418 Fixes #173302 Applied review feedback and modified for time licker refactor that landed somewhere in between. ## 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] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#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/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
Configuration menu - View commit details
-
Copy full SHA for 1c15d39 - Browse repository at this point
Copy the full SHA 1c15d39View commit details -
Windowing integration tests now await change futures if a changes is …
…expected + commenting our erroneous icon in Runner.rc for win32 (#176312) ## What's new? - Update `Runner.rc` to not include the icon file, as this is what the other integration tests do - Await change notifications on the controller when necessary ## 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] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing.
Configuration menu - View commit details
-
Copy full SHA for de64eed - Browse repository at this point
Copy the full SHA de64eedView commit details -
Roll Packages from 321a584 to 5fd5f74 (6 revisions) (#176409)
flutter/packages@321a584...5fd5f74 2025-10-02 [email protected] [url_launcher] updates build files to use JVM 17 (flutter/packages#10130) 2025-10-02 [email protected] [quick_actions] updates build files to use JVM 17 (flutter/packages#10132) 2025-10-01 [email protected] Manual roll Flutter from c9608e2 to 7811e89 (22 revisions) (flutter/packages#10160) 2025-10-01 [email protected] [google_sign_in] Remove references to dart:js_util (flutter/packages#10148) 2025-10-01 [email protected] [ci] Re-enable all Android legacy emulator tests (flutter/packages#10141) 2025-10-01 [email protected] Manual roll Flutter from 96fe3b3 to c9608e2 (26 revisions) (flutter/packages#10145) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected] 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for d674abf - Browse repository at this point
Copy the full SHA d674abfView commit details -
Remove references to dart:js_util (#176323)
Flutter has been migrated from dart:js_util (which is unsupported by dart2wasm) to dart:js_interop, so we can remove/migrate all the remaining references to js_util.
Configuration menu - View commit details
-
Copy full SHA for d938e30 - Browse repository at this point
Copy the full SHA d938e30View commit details -
Update Framework CI to Use NDK r28c (#176214)
Updating Framework CI to use new SDK revision containing NDK r28c. Have to update the flutter.ndkVersion constant in this PR as well otherwise there will be a mismatch in versions. Partially Addresses #175022 ## 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] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [ ] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#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/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
Configuration menu - View commit details
-
Copy full SHA for f58eada - Browse repository at this point
Copy the full SHA f58eadaView commit details -
Update localization from translation console (#176324)
Regular import of latest translations. Some .arb files(cupertino_ko.arb, and material_it.arb) are overwritten again and will cause translation issues. See comment #166496 (comment). I manually reverted them back. This PR doesn't run the date_localization script. ## 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] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing.
Configuration menu - View commit details
-
Copy full SHA for 17e2120 - Browse repository at this point
Copy the full SHA 17e2120View commit details -
Changes to the Dart IO require picking up newer version of `package:watcher`.
Configuration menu - View commit details
-
Copy full SHA for c9f1077 - Browse repository at this point
Copy the full SHA c9f1077View commit details -
Add deeplinking for UIScene migration (#176303)
When an iOS app migrates to UIScene, the application events for handling deeplinks are no longer called by UIKit. Instead, scene events in the SceneDelegate must be used. This PR adds support for handling deeplinks in UIScene while still maintaining support for unmigrated apps, as well. Fixes #174403. ## 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] I followed the [breaking change policy] and added [Data Driven Fixes] where supported. - [x] All existing and new tests are passing. If you need help, consider asking for advice on the #hackers-new channel on [Discord]. **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. <!-- Links --> [Contributor Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#overview [Tree Hygiene]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md [test-exempt]: https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests [Flutter Style Guide]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md [Features we expect every widget to implement]: https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#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/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes [Discord]: https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md [Data Driven Fixes]: https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
Configuration menu - View commit details
-
Copy full SHA for 7677608 - Browse repository at this point
Copy the full SHA 7677608View commit details -
Roll Skia from 05c1f5803415 to cf339ab390c2 (11 revisions) (#176426)
https://skia.googlesource.com/skia.git/+log/05c1f5803415..cf339ab390c2 2025-10-02 [email protected] Make SkAlignTo templated; optimize SkAlignNonPow2 2025-10-02 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-10-02 [email protected] [graphite] Add drawContext pointer to task dumping 2025-10-02 [email protected] use pathbuilder or factories, rather than mutate SkPath 2025-10-02 [email protected] Update pixmap asserts to identify negative values explicitly 2025-10-02 louhi-prod-1-6316342352543744@louhi-prod-1.iam.gserviceaccount.com Update fiddler-base for 020ae52af0e7 2025-10-02 [email protected] Reset convexity in SkPathBuilder::addPath 2025-10-02 [email protected] Use Skia's ninja when building viewer with gradle 2025-10-02 [email protected] Add Louhi service account to AUTHORS 2025-10-02 [email protected] Remove friend pathref hacking 2025-10-02 [email protected] [rust png] Copy `EncodePngAsSkData` from Chromium into Skia. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for db0e809 - Browse repository at this point
Copy the full SHA db0e809View commit details
Commits on Oct 3, 2025
-
Roll Dart SDK from 4f90a06328cb to fdd90f38d6a0 (7 revisions) (#176431)
https://dart.googlesource.com/sdk.git/+log/4f90a06328cb..fdd90f38d6a0 2025-10-02 [email protected] Version 3.10.0-275.0.dev 2025-10-02 [email protected] Version 3.10.0-274.0.dev 2025-10-02 [email protected] Version 3.10.0-273.0.dev 2025-10-02 [email protected] Version 3.10.0-272.0.dev 2025-10-02 [email protected] Version 3.10.0-271.0.dev 2025-10-02 [email protected] Version 3.10.0-270.0.dev 2025-10-01 [email protected] Version 3.10.0-269.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter Please CC [email protected],[email protected] 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for 02c902e - Browse repository at this point
Copy the full SHA 02c902eView commit details -
Roll Skia from cf339ab390c2 to 1720a85a507e (4 revisions) (#176439)
https://skia.googlesource.com/skia.git/+log/cf339ab390c2..1720a85a507e 2025-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-10-02 [email protected] Roll vulkan-deps from 3964dd7c126b to 7bc87a4a45cf (7 revisions) 2025-10-02 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-10-02 [email protected] Add tests for SkSGMerge If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for ddbc920 - Browse repository at this point
Copy the full SHA ddbc920View commit details -
Roll Fuchsia Linux SDK from Vnoygds8HtDUvGLCK... to HUhTcRn-LUXa2Salu…
…... (#176442) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-linux-sdk-flutter Please CC [email protected],[email protected] 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for a319676 - Browse repository at this point
Copy the full SHA a319676View commit details -
Roll Skia from 1720a85a507e to f86ae4113254 (1 revision) (#176443)
https://skia.googlesource.com/skia.git/+log/1720a85a507e..f86ae4113254 2025-10-03 [email protected] Roll Dawn from 603a5155599a to 01940842b667 (22 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for 018897e - Browse repository at this point
Copy the full SHA 018897eView commit details -
Roll Skia from f86ae4113254 to b842026480e0 (3 revisions) (#176458)
https://skia.googlesource.com/skia.git/+log/f86ae4113254..b842026480e0 2025-10-03 [email protected] Roll ANGLE from 7994bf76d7a9 to 62b00f866364 (11 revisions) 2025-10-03 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2025-10-03 [email protected] Roll Skia Infra from 8d4953412be2 to 228c951bd699 (11 revisions) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for 5bc7a9c - Browse repository at this point
Copy the full SHA 5bc7a9cView commit details -
Roll Dart SDK from fdd90f38d6a0 to 0009748aed50 (3 revisions) (#176461)
https://dart.googlesource.com/sdk.git/+log/fdd90f38d6a0..0009748aed50 2025-10-03 [email protected] Version 3.10.0-278.0.dev 2025-10-03 [email protected] Version 3.10.0-277.0.dev 2025-10-03 [email protected] Version 3.10.0-276.0.dev If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dart-sdk-flutter Please CC [email protected],[email protected] 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for dca709f - Browse repository at this point
Copy the full SHA dca709fView commit details -
Roll Packages from 5fd5f74 to e401aeb (4 revisions) (#176466)
flutter/packages@5fd5f74...e401aeb 2025-10-02 [email protected] Roll Flutter from 7811e89 to 65aca36 (12 revisions) (flutter/packages#10161) 2025-10-02 [email protected] [Camera] Add lens type information (iOS) (flutter/packages#7653) 2025-10-02 [email protected] [webview_flutter] updates build files to use JVM 17 (flutter/packages#10129) 2025-10-02 [email protected] [shared_preferences] updates build files to use JVM 17 (flutter/packages#10131) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected] 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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Configuration menu - View commit details
-
Copy full SHA for 5c0c9e9 - Browse repository at this point
Copy the full SHA 5c0c9e9View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 65aca3661b8f...5c0c9e9e9ad2