- 14 Jul, 2021 1 commit
-
-
Darren Austin authored
-
- 12 Jul, 2021 2 commits
-
-
Zachary Anderson authored
This reverts commit d4afa289.
-
Darren Austin authored
-
- 05 Jun, 2021 1 commit
-
-
Jenn Magder authored
-
- 21 Apr, 2021 1 commit
-
-
Phil Quitslund authored
-
- 11 Feb, 2021 1 commit
-
-
godofredoc authored
* Add flutter update packages to some tests. Analyzer_benchmark and flutter_test_performance require to pub get multiple directories. Rather than delegating the recipes to run flutter update-packages we explicitly running on tests that need it. Bug: https://github.com/flutter/flutter/issues/75524 * Add pub get directly on the analyis classes. * Run flutter get in dev/tools. * Fix directory path. * Add more dependency directories. * Fix typo. * Add more dependencies. * Add stocks dependency. * Fix paths to some apps. * Add more dependencies. * Complete dependencies definition. * More analysis dependencies. * Add examples dependencies. * Dev tool dependencies. * Use update-packages for analyzer benchmark.
-
- 08 Jan, 2021 1 commit
-
-
jensjoha authored
* [dev] Don't use await for on stdout and stdin; pass local engine argument 1) Don't use await for on stdout followd by await for on stderr. This can cause nothing to happen. E.g. if one didn't do something like `flutter pub upgrade` dev/automated_tests and the version in the old one was pre-nnbd (but flutter itself use lots of nnbd stuff) lots of errors would be emitted, but because we basically only listen to stdout nothing will happen (deadlock once stderr buffer runs out). Note that it still awaits the exit-code below. 2) Pass --local-engine (if given) so there won't be any crashes because of that.
-
- 23 Oct, 2020 2 commits
-
-
Jonah Williams authored
-
Jonah Williams authored
-
- 07 Oct, 2020 1 commit
-
-
Casey Hillers authored
-
- 28 May, 2020 1 commit
-
-
Jonah Williams authored
-
- 25 Feb, 2020 1 commit
-
-
Nate Bosch authored
Fixes #51010 The test package differentiates between passing and not passing this argument. A previous version had a bug that treated passing `0` identically to not passing the argument, and the flutter test runner relied on this bug by always passing a value and using a default of `0`. - Remove the argument defaults throughout to make it clear that `null` is a valid value and the default. - Remove the argument defaulting on the argument parser. - Update the wording of the usage for this argument, this will also be updated on the `package:test` side.
-
- 18 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 07 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 27 Nov, 2019 1 commit
-
-
Ian Hickson authored
* Update project.pbxproj files to say Flutter rather than Chromium Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright. * Update the copyright notice checker to require a standard notice on all files * Update copyrights on Dart files. (This was a mechanical commit.) * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine. Some were already marked "The Flutter Authors", not clear why. Their dates have been normalized. Some were missing the blank line after the license. Some were randomly different in trivial ways for no apparent reason (e.g. missing the trailing period). * Clean up the copyrights in non-Dart files. (Manual edits.) Also, make sure templates don't have copyrights. * Fix some more ORGANIZATIONNAMEs
-
- 09 Nov, 2019 1 commit
-
-
Ian Hickson authored
-
- 12 Sep, 2019 1 commit
-
-
Alexander Markov authored
-
- 25 May, 2019 1 commit
-
-
Chris Bracken authored
Corects a bnuch of typeos throuhgout teh Fluter codebsae. Made use of the `misspell` tool: https://github.com/client9/misspell
-
- 21 May, 2019 1 commit
-
-
Michael Thomsen authored
-
- 30 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 01 Oct, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 15 Aug, 2018 1 commit
-
-
Ian Hickson authored
* Upgrade everything except matcher. * Roll matcher (and test) * Adjust tests that depend on flutter:test directly to depend on a shim * Require use of package:test shim and remove other references to package:test
-
- 27 Jun, 2018 1 commit
-
-
Ian Hickson authored
-