- 07 Oct, 2020 10 commits
-
-
Andre authored
* Add transformAlignment and clipBehavior to AnimatedContainer, make Container.transformAlignment an AlignmentGeometry. * Add clipBehavior test * Fix comment * Clarify clipBehavior animation
-
Jenn Magder authored
-
Jonah Williams authored
Woops, this is breaking Dart's golem benchmarks
-
Janice Collins authored
-
Jonah Williams authored
Split from #66776 Even if pub does not change the packge_config contents, it will still update a timestamp in one of the fields. This causes unnecessary rebuilds. To fix this, generate an additional file when running pub get that only contains the relevant fields and then update the KernelSnapshot rule to depend on it only.
-
Hans Muller authored
-
Jonah Williams authored
-
Jonah Williams authored
-
Alexandre Ardhuin authored
-
Justin McCandless authored
-
- 06 Oct, 2020 26 commits
-
-
Kate Lovett authored
-
Jonah Williams authored
* [flutter_test] handle breaking change to test main . Fixes #67382
-
Ian Hickson authored
-
Jonah Williams authored
Reland: #67155 Fixes analysis error caused by landing of material migration, and g3 error caused by moving of fuchsia lib.
-
engine-flutter-autoroll authored
-
Hans Muller authored
-
Michael Goderbauer authored
-
Jenn Magder authored
-
Michael Goderbauer authored
-
Jonah Williams authored
This reverts commit e826442e.
-
Jonah Williams authored
Ensures all of the libraries that the application side code import are migrated to null safety. full null safety migration is blocked by json rpc 2 and a breaking change to vm service client.
-
stuartmorgan authored
When the developer doesn't have permission to create symlinks, we display specific instructions, but they were only correct for recent versions of Windows 10. This improves them by: - Giving the correct instructions for older versions. - For recent versions, adds a command that will deep-link into the settings application so that developers don't have to figure out where/how to enable developer mode. Fixes https://github.com/flutter/flutter/issues/66973
-
Nate Bosch authored
Use the new single `src/platform.dart` import to pick up what is needed to implement a test platform from both `test_api` and `test_core`.
-
Alexandre Ardhuin authored
-
Alexandre Ardhuin authored
* migrate material to nullsafety * address review comments * address review comments * fix build
-
engine-flutter-autoroll authored
-
engine-flutter-autoroll authored
-
Michael Goderbauer authored
-
keyonghan authored
-
Jonah Williams authored
Many of the host only devicelab tests were relying on doctor to download android dependencies.
-
Michael Goderbauer authored
-
Michael Goderbauer authored
-
Jonah Williams authored
[flutter_tools] remove globals from FlutterValidator, add documentation and move tests to new file (#67234) Remove globals from the flutter validator class, and refactor the tests into a separate file. Applies some other cleanup like adding doc comments, and making the doctor validator work like it is documented to work - removing the gen_snapshot check if the artifact is not downloaded instead of downloading all android artifacts. #47161
-
Jonah Williams authored
Add some placeholder docs to the Cocoapods validator and Cocoapods class. Add the injected validator to globals. #47161
-
Ming Lyu (CareF) authored
move resampler to handlePointerEvent and fix complex_layout_android__scroll_smoothness with PointerEvent (#66745)
-
Jonah Williams authored
[flutter_tools] handle case where file is deleted by other program or running on read only volume (#66708) * [flutter_tools] handle case where file is deleted by other program * Add test cases * Update file_system.dart * Update file_system_test.dart * fix import * make a static on ErrorHandligFS * add support for no exit on failure * address comments * update doc comment to file or directory
-
- 05 Oct, 2020 4 commits
-
-
Kate Lovett authored
-
Jonah Williams authored
Make the logic for locating a local engine path part of its own class, add documentation, and update tests to cover engine source path locating too. #47161
-
Darren Austin authored
Fixed a problem with invalid dates when switching back to calendar mode in the date range picker. (#67159)
-
Justin McCandless authored
Improving IV table docs due to confusion in an issue.
-