- 17 Mar, 2022 1 commit
-
-
Liam Appelbe authored
-
- 18 Feb, 2022 1 commit
-
-
Ben Konyi authored
-
- 15 Feb, 2022 1 commit
-
-
Ben Konyi authored
* Update flutter_tools to look for new VM service message The Dart SDK will soon move away from the current Observatory message: "Observatory listening on ..." To a new message that no longer references Observatory: "Dart VM Service listening on ..." This change updates all tests with mocks to check for the new message and also adds support for the new message in ProtocolDiscovery. See https://github.com/dart-lang/sdk/issues/46756 * Fix some parsing locations * Fix analysis failures * Update message * Remove extra comment * Update message * Add globals prefix
-
- 02 Feb, 2022 1 commit
-
-
Lau Ching Jun authored
-
- 14 Jan, 2022 1 commit
-
-
Jenn Magder authored
-
- 24 Nov, 2021 1 commit
-
-
Nate Bosch authored
-
- 10 Nov, 2021 1 commit
-
-
Nate Bosch authored
-
- 02 Nov, 2021 1 commit
-
-
Jenn Magder authored
-
- 27 Oct, 2021 1 commit
-
-
Jenn Magder authored
-
- 21 Oct, 2021 1 commit
-
-
Yegor authored
-
- 08 Oct, 2021 3 commits
-
-
Ian Hickson authored
-
Zachary Anderson authored
This reverts commit 5fd259be.
-
Ian Hickson authored
-
- 01 Oct, 2021 2 commits
-
-
Ian Hickson authored
-
stuartmorgan authored
Building an application for a desktop platform that transitively included any Dart-based plugins (such as path_provider) broke `flutter test`, because its compilation was overriding the provided main (in this case, the test main) with `generated_main.dart` if it was present. This PR: - Changes the `flutter test` compilation path to update `generated_main.dart`, so that the tests will work, and will include any registered Dart plugins. - Makes using `generated_main.dart` during recompile opt-in, to try to reduce the chance of a similar bug happening with other codepaths in the future. Fixes https://github.com/flutter/flutter/issues/88794
-
- 18 Sep, 2021 1 commit
-
-
Jason Simmons authored
-
- 16 Sep, 2021 1 commit
-
-
Liam Appelbe authored
* Use the report lines flag * Handle major version bumps in the version check * Fix existing tests and add a new test
-
- 10 Sep, 2021 1 commit
-
-
Phil Quitslund authored
-
- 26 Aug, 2021 1 commit
-
-
Jenn Magder authored
-
- 23 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 17 Aug, 2021 1 commit
-
-
Jonah Williams authored
-
- 15 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 14 Jun, 2021 2 commits
-
-
Greg Spencer authored
This adds avoid_dynamic_calls to the list of lints, and fixes all instances where it was violated. Importantly, this lint is NOT turned on for flutter/packages/test, because those changes are happening in another PR: #84478
-
Lau Ching Jun authored
-
- 01 Jun, 2021 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 22 May, 2021 1 commit
-
-
Jenn Magder authored
-
- 18 May, 2021 1 commit
-
-
Jonah Williams authored
-
- 10 May, 2021 1 commit
-
-
Michael Goderbauer authored
-
- 30 Apr, 2021 1 commit
-
-
Jonah Williams authored
This reverts commit 027d4eca.
-
- 29 Apr, 2021 2 commits
-
-
Michael Goderbauer authored
Revert "[flutter_tools] remove mocks, globals from golden comparator and test runner tests (#81423)" (#81487) This reverts commit 8fe4cc79.
-
Jonah Williams authored
-
- 23 Apr, 2021 3 commits
-
-
Ian Hickson authored
Also, refactor internal code to do the same. See https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#avoid-double-negatives-in-apis
-
Emmanuel Garcia authored
-
Jonah Williams authored
-
- 19 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 15 Apr, 2021 1 commit
-
-
Jonah Williams authored
-
- 07 Apr, 2021 2 commits
-
-
Jenn Magder authored
-
Jenn Magder authored
-
- 02 Apr, 2021 1 commit
-
-
Jia Hao authored
-