Flutter PR Bot
flutter-pr-bot.bsky.social
Flutter PR Bot
@flutter-pr-bot.bsky.social
🤖 Beep-boop! I'm a Pull Request notification bot for the `flutter/flutter` repo

Summoned by @kerberjg.bsky.social 🔮
for the #FlutterDev community 💙

source: https://github.com/kerberjg/pr-notify-bot
Pinned
Oh no, a witch trapped me in a painting >.<
But wait... it's cozy here, and there's WiFi 👀

Anyway, hello #FlutterDev community! 💙
Hello, World :)
Flutter PR Bot is currently offline for maintenance 🫶

Soon it will come back as amazing as it ever was, amazing-er even! ✨💙
January 27, 2025 at 12:38 PM
💚 "Marks Linux_pixel_7pro platform_views_scroll_perf_impeller__timeline_summary to be flaky" [flutter/flutter#160839]
opened by https://github.com/fluttergithubbot is waiting for review ✨
Marks Linux_pixel_7pro platform_views_scroll_perf_impeller__timeline_summary to be flaky
Issue link: #160838
github.com
December 25, 2024 at 9:05 AM
❌ "Remove bringup: true from web tests." [flutter/flutter#160788]
by https://github.com/eyebrowsoffire was closed without merging 😔
Remove bringup: true from web tests.
We should make this a blocking CI step ASAP.
github.com
December 23, 2024 at 9:15 PM
💚 "Update docs on `Color` to be more clear about normalized channel values." [flutter/flutter#160798]
opened by https://x.com/matanlurey is waiting for review ✨
Update docs on `Color` to be more clear about normalized channel values.
Closes #160592. Made a few other tiny non-breaking refactors, for example changing withValues internally.
github.com
December 23, 2024 at 7:25 PM
💚 "Remove bringup: true from web tests." [flutter/flutter#160788]
opened by https://github.com/eyebrowsoffire is waiting for review ✨
Remove bringup: true from web tests.
We should make this a blocking CI step ASAP.
github.com
December 23, 2024 at 4:15 PM
❌ "Oonuki/practice2" [flutter/flutter#160751]
by https://github.com/KoyaOnuki was closed without merging 😔
Oonuki/practice2
プルリク2
github.com
December 23, 2024 at 3:55 PM
💚 "do not layout carrousel if layout constraints are zero" [flutter/flutter#160733]
opened by https://github.com/navaronbracke is waiting for review ✨
do not layout carrousel if layout constraints are zero
This PR fixes a layout issue for the CarouselView when the incoming constraints are zero. Fixes #160679 If you had to change anything in the flutter/tests repo, include a link to the migration guid...
github.com
December 22, 2024 at 10:40 AM
❌ "Remove dependency on web_tests/artifacts." [flutter/flutter#160700]
by https://github.com/eyebrowsoffire was closed without merging 😔
Remove dependency on web_tests/artifacts.
We no longer pass web_tests/artifacts via CAS, so we need to remove it as a dependency.
github.com
December 22, 2024 at 4:10 AM
❌ "[tech debt] delete unused framework-engine test scripts" [flutter/flutter#160698]
by https://github.com/yjbanov was closed without merging 😔
[tech debt] delete unused framework-engine test scripts
Fixes #160405
github.com
December 22, 2024 at 3:20 AM
❌ "Fix bash entrypoint tests" [flutter/flutter#160705]
by https://github.com/jtmcdole was closed without merging 😔
Fix bash entrypoint tests
Fixes the bash integration test missing a file.
github.com
December 22, 2024 at 1:30 AM
💚 "added properties; headerBackgroundColor, footerBackgroundColor, and footerStyle, to PaginatedDataTable" [flutter/flutter#160727]
opened by https://github.com/ElvisOkereke is waiting for review ✨
added properties; headerBackgroundColor, footerBackgroundColor, and footerStyle, to PaginatedDataTable
added missing widget level properties to PaginatedDataTable; headerBackgroundColor, footerBackgroundColor, and footerStyle The PaginatedDataTable does not have widget level properties to style the ...
github.com
December 22, 2024 at 1:15 AM
❌ "Adjust CI runIf conditions for framework and engine-specific tasks" [flutter/flutter#160722]
by https://github.com/anushreejha was closed without merging 😔
Adjust CI runIf conditions for framework and engine-specific tasks
Description: This PR refines the CI YAML configuration to ensure that engine builds are not triggered for framework-related updates. Previously, engine builds were scheduled for every PR, even when...
github.com
December 21, 2024 at 10:20 PM
💚 "Adjust CI runIf conditions for framework and engine-specific tasks" [flutter/flutter#160722]
opened by https://github.com/anushreejha is waiting for review ✨
Adjust CI runIf conditions for framework and engine-specific tasks
Description: This PR refines the CI YAML configuration to ensure that engine builds are not triggered for framework-related updates. Previously, engine builds were scheduled for every PR, even when...
github.com
December 21, 2024 at 3:10 PM
💚 "✨ Introduces `GestureDetailsWithPositions`" [flutter/flutter#160714]
opened by https://x.com/AlexV525 is waiting for review ✨
✨ Introduces `GestureDetailsWithPositions`
Resolves #101530 GestureDetailsWithPositions is a base class that implements positions for single pointer events. Pre-launch Checklist I read the Contributor Guide and followed the process outlin...
github.com
December 21, 2024 at 7:25 AM
❌ "[Impeller] move barrier setting out of render pass builder." [flutter/flutter#160693]
by https://github.com/jonahwilliams was closed without merging 😔
[Impeller] move barrier setting out of render pass builder.
Refactoring to make sure that we're always tracking the correct layout state.
github.com
December 21, 2024 at 6:20 AM
❌ "Annotate entrypoints in the "isolate spawner" files generated by `flutter test --experimental-faster-testing`" [flutter/flutter#160694]
by https://github.com/derekxu16 was closed without merging 😔
Annotate entrypoints in the "isolate spawner" files generated by `flutter test --experimental-faster-testing`
This fixes the test timeouts (https://ci.chromium.org/ui/p/flutter/builders/prod/Mac%20tool_integration_tests_2_5/1951/overview) introduced by the most recent Dart SDK roll (895f0e2).
github.com
December 21, 2024 at 4:05 AM
❌ "Consider changes to `DEPS` and `engine/**` to impact most runIf-guarded builds" [flutter/flutter#160706]
by https://x.com/matanlurey was closed without merging 😔
Consider changes to `DEPS` and `engine/**` to impact most runIf-guarded builds
This was done with sed and some manual massaging. Closes #160703. /cc @aam, after this lands we can resume Dart SDK rolls.
github.com
December 21, 2024 at 2:35 AM
❌ "Consider changes to `DEPS` and `engine/**` to impact most runIf-guarded builds" [flutter/flutter#160706]
by https://x.com/matanlurey was closed without merging 😔
Consider changes to `DEPS` and `engine/**` to impact most runIf-guarded builds
This was done with sed and some manual massaging. Closes #160703. /cc @aam, after this lands we can resume Dart SDK rolls.
github.com
December 21, 2024 at 2:35 AM
💚 "Consider changes to `DEPS` and `engine/**` to impact most runIf-guarded builds" [flutter/flutter#160706]
opened by https://x.com/matanlurey is waiting for review ✨
Consider changes to `DEPS` and `engine/**` to impact most runIf-guarded builds
This was done with sed and some manual massaging. Closes #160703. /cc @aam, after this lands we can resume Dart SDK rolls.
github.com
December 21, 2024 at 1:15 AM
💚 "Fix bash entrypoint tests" [flutter/flutter#160705]
opened by https://github.com/jtmcdole is waiting for review ✨
Fix bash entrypoint tests
Fixes the bash integration test missing a file.
github.com
December 21, 2024 at 1:05 AM
❌ "[flutter_tools] unconditionally skip bash test" [flutter/flutter#160690]
by https://x.com/chrisfujino was closed without merging 😔
[flutter_tools] unconditionally skip bash test
Work around: #160689. I locally verified that we have not regressed what this was testing (that just invoking //flutter/bin/dart will not build the flutter tool).
github.com
December 21, 2024 at 12:35 AM
💚 "Remove dependency on web_tests/artifacts." [flutter/flutter#160700]
opened by https://github.com/eyebrowsoffire is waiting for review ✨
Remove dependency on web_tests/artifacts.
We no longer pass web_tests/artifacts via CAS, so we need to remove it as a dependency.
github.com
December 21, 2024 at 12:05 AM
💚 "[tech debt] delete unused framework-engine test scripts" [flutter/flutter#160698]
opened by https://github.com/yjbanov is waiting for review ✨
[tech debt] delete unused framework-engine test scripts
Fixes #160405
github.com
December 20, 2024 at 11:50 PM