- 23 May, 2023 1 commit
-
-
chunhtai authored
I think the flake is due to setclipboard or semantics update race condition. I migrated the test to use integration test package which relies less on timing fixes https://github.com/flutter/flutter/issues/124636
-
- 19 May, 2023 1 commit
-
-
joshualitt authored
Reverts flutter/flutter#126848 Triggered some kind of measuring discrepancy / performance regression.
-
- 18 May, 2023 1 commit
-
-
joshualitt authored
-
- 16 May, 2023 2 commits
-
-
Michael Goderbauer authored
-
- 15 May, 2023 4 commits
-
-
Jonah Williams authored
Add a benchmark that measures the improvements from https://github.com/flutter/engine/pull/41803
-
Zachary Anderson authored
Fixes https://github.com/flutter/flutter/issues/126861
-
stuartmorgan authored
Removes two plugin tests that aren't actually doing anything useful. When they were added they were testing v2-embedding plugins in a v1-embedding app, but support for creating v1-embedding apps--and the environment variable that these tests were using to, in theory, trigger them--was removed several years ago in #61203. That means that these tests are in practice exact duplicates of the copies just above without the ennvironment variables. Fixes https://github.com/flutter/flutter/issues/122200
-
Tomasz Gucio authored
-
- 10 May, 2023 1 commit
-
-
keyonghan authored
Part of https://github.com/flutter/flutter/issues/103542
-
- 08 May, 2023 1 commit
-
-
Pierre-Louis authored
In particular, update pin for `material_color_utilities` to `0.5.0`.
-
- 03 May, 2023 2 commits
-
-
Jenn Magder authored
Fixes https://github.com/flutter/flutter/issues/126020.
-
Zachary Anderson authored
Not sure why this wasn't already being reported.
-
- 02 May, 2023 1 commit
-
-
Chris Yang authored
Framework part of https://github.com/flutter/flutter/issues/125814
-
- 28 Apr, 2023 3 commits
-
-
Flutter GitHub Bot authored
This PR was generated by `flutter update-packages --force-upgrade`.
-
Zachary Anderson authored
Fixes https://github.com/flutter/flutter/issues/125648
-
Flutter GitHub Bot authored
This PR was generated by `flutter update-packages --force-upgrade`.
-
- 24 Apr, 2023 1 commit
-
-
Taha Tesser authored
This adds a performance test for `Slider` and `RangeSlider` to run on Android. This is to measure upcoming changes to these widgets and compare their performance. https://user-images.githubusercontent.com/48603081/233633349-0bcad3c3-04a9-42dd-acd0-46b76ce51178.mp4
-
- 21 Apr, 2023 1 commit
-
-
Jenn Magder authored
`flutter_tool_startup__windows/linux/macos` were identical. Use the same task for all three.
-
- 20 Apr, 2023 1 commit
-
-
Flutter GitHub Bot authored
This PR was generated by `flutter update-packages --force-upgrade`.
-
- 13 Apr, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 07 Apr, 2023 3 commits
-
-
Jenn Magder authored
Force plugin transitive dependencies to an ARC compatible version
-
Flutter GitHub Bot authored
Roll pub packages
-
Victoria Ashworth authored
Make logs verbose for gallery tests
-
- 03 Apr, 2023 1 commit
-
-
Flutter GitHub Bot authored
Roll pub packages
-
- 31 Mar, 2023 3 commits
-
-
Harry Terkelsen authored
This allows us to check for performance differences in local Web SDKs. ## 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. 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
-
Jonah Williams authored
[devicelab] add regular old blur benchmark
-
Danny Tuppeny authored
Roll pub packages
-
- 23 Mar, 2023 2 commits
-
-
Flutter GitHub Bot authored
Roll pub packages
-
Chris Bracken authored
Adds a macOS implementation of the platform_channel example, demonstrating method channels and event channels with a battery power plugin. Adds platform_channel_sample_test_macos macOS host test to verify the sample works. Issue: https://github.com/flutter/flutter/issues/79204
-
- 22 Mar, 2023 1 commit
-
-
Michael Goderbauer authored
Remove 1745 decorative breaks
-
- 21 Mar, 2023 5 commits
-
-
yusuf-goog authored
Adding timestamps to task runner output lines.
-
Jonah Williams authored
delete sksl benchmarks
-
Michael Goderbauer authored
Bump lower Dart SDK constraints to 3.0 & add class modifiers
-
Victoria Ashworth authored
Set plugin template minimum iOS version to 11.0
-
Christopher Fujino authored
manual pub roll
-
- 20 Mar, 2023 1 commit
-
-
Loïc Sharma authored
[Tool] [Windows] Output app path on build completion
-
- 17 Mar, 2023 3 commits
-
-
Loïc Sharma authored
Revert "[Tool] [Windows] Output app path on build completion"
-
Loïc Sharma authored
[Tool] [Windows] Output app path on build completion
-
godofredoc authored
Re-enable engine dependency proxy test.
-