- 04 Aug, 2021 21 commits
-
-
Viren Khatri authored
-
LongCatIsLooong authored
-
engine-flutter-autoroll authored
-
keyonghan authored
-
Todd Volkert authored
This gesture recognizer can be used to recognize the classic "onclick" behavior, where each tap in a series fires an event with an incrementing "count" of how many taps have occurred in series. This can in turn be used to build widgets that respond to both tap and double-tap, or for widgets like the YouTube TV player, where each subsequent tap in a series of >2 taps adjusts the playhead another 15 seconds. Fixes https://github.com/flutter/flutter/issues/81657
-
keyonghan authored
-
🔋 Yazeed AlKhalaf authored -
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Casey Hillers authored
-
Lau Ching Jun authored
* Add new hook for setupHotReload and after updating devFS is complete * Handle the case where updateDevFS failed
-
engine-flutter-autoroll authored
-
keyonghan authored
-
engine-flutter-autoroll authored
-
Jenn Magder authored
-
xubaolin authored
-
engine-flutter-autoroll authored
-
godofredoc authored
This is to prevent trying to run the workflow in forks. Bug: https://github.com/flutter/flutter/issues/87573
-
Greg Spencer authored
This fixes how the sample analyzer handles missing_identifier errors. It was looking at the wrong line, and missing an else clause, so it was silently allowing missing_identifier errors to pass. In addition, this fixes the sample generation so that it uses the correct filename for the output files: it previously was looking for the first line that had a filename, which was meant to indicate a non-generated line. This change adds a new Line.generated constructor for generated lines, so that they can also have the correct filename associated with them.
-
- 03 Aug, 2021 19 commits
-
-
Anna Gringauze authored
- Update dwds and and the rest of the packages Closes: https://github.com/flutter/flutter/issues/87100
-
engine-flutter-autoroll authored
-
Casey Hillers authored
-
Kate Lovett authored
-
engine-flutter-autoroll authored
-
xubaolin authored
-
yusufm authored
* Adding a timeout and retry to upload results step. * Adding tests for retries and timeout. * Adding async to call * Fixing sleep to trigger the timeout, and adding addition timeout test. * Fixing minor typo. * Fixing some minor flutter style issues. Co-authored-by: yusufm <mohsinally@google.com>
-
engine-flutter-autoroll authored
-
Jonah Williams authored
-
engine-flutter-autoroll authored
-
keyonghan authored
-
Kalidas VijayBhak authored
-
engine-flutter-autoroll authored
d6ddc3154 Added assertion up to cv99 for FontFeature.characterVariant (flutter/engine#27745) (#87550)
-
Darren Austin authored
-
Darren Austin authored
-
Casey Hillers authored
[ci.yaml] Add hot_mode_dev_cycle_win_target__benchmark and Linux gradle_plugin_light_apk_test (#87366)
-
Anna Gringauze authored
* Flutter_tools for web platform: report error messages with stacks on toolExit Print error messages and stacks in verbose mode before calling `throwToolExit` on communication errors to chrome and dwds. This will help us disagnose CI flakes: Helps: https://github.com/flutter/flutter/issues/84012 Closes: https://github.com/flutter/flutter/issues/87149 * Added tests * Extend timeout for testing failure to connect to chrome * Update rest of chrome tests to await until matching is finished
-
Jenn Magder authored
-
Jenn Magder authored
-