Skip to content

[pull] main from flutter:main#352

Merged
pull[bot] merged 3 commits intoba580:mainfrom
flutter:main
Aug 11, 2025
Merged

[pull] main from flutter:main#352
pull[bot] merged 3 commits intoba580:mainfrom
flutter:main

Conversation

@pull
Copy link
Copy Markdown

@pull pull bot commented Aug 11, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.3)

Can you help keep this open source service alive? 💖 Please sponsor : )

parlough and others added 3 commits August 12, 2025 01:04
…styles for SDK 35 compatibility (#12280)

The Flutter documentation currently states that the
`<item name="android:windowOptOutEdgeToEdgeEnforcement">true</item>`
attribute should be added only to the `NormalTheme` in
`your_app/android/app/src/main/res/values/styles.xml`.

However, this is not sufficient.

To ensure proper behavior—especially for users with dark mode
enabled—this attribute must also be added to the `LaunchTheme` and be
mirrored in the `values-night/styles.xml` file.

Initially, I added the attribute only to `NormalTheme` in the `values`
folder, but users in dark mode continued to experience issues. This PR
resolves the problem by applying the fix consistently across both
`NormalTheme` and `LaunchTheme`, in both `values` and `values-night`.

---------

Co-authored-by: Parker Lougheed <parlough@gmail.com>
…12276)

Refers `text` as a property on `TextEditingController`. Currently it is showing as a `method`.
@pull pull bot locked and limited conversation to collaborators Aug 11, 2025
@pull pull bot added the ⤵️ pull label Aug 11, 2025
@pull pull bot merged commit 874fc70 into ba580:main Aug 11, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants