- 06 Jan, 2021 1 commit
-
-
Jonah Williams authored
-
- 12 Nov, 2020 1 commit
-
-
Jonah Williams authored
[flutter_tools] remove branch migration and standardize constructor style for version interface (#70058)
-
- 06 Nov, 2020 1 commit
-
-
Jonah Williams authored
-
- 30 Sep, 2020 1 commit
-
-
Jenn Magder authored
-
- 04 Jun, 2020 1 commit
-
-
Jenn Magder authored
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 18 Mar, 2020 1 commit
-
-
Zachary Anderson authored
-
- 06 Mar, 2020 1 commit
-
-
Jenn Magder authored
-
- 12 Feb, 2020 2 commits
-
-
Zachary Anderson authored
-
Zachary Anderson authored
This reverts commit 0a38f29c.
-
- 11 Feb, 2020 2 commits
-
-
Zachary Anderson authored
-
Alexandre Ardhuin authored
-
- 07 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams 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
-
- 24 Nov, 2019 1 commit
-
-
Alexandre Ardhuin authored
* implicit-casts:false on flutter_tools * use castStringKeyedMap * address review comments * address review comments * fix issues after rebase
-
- 23 Oct, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Oct, 2019 2 commits
-
-
Jonah Williams authored
This reverts commit 3597bae6.
-
Ian Hickson authored
-
- 11 Oct, 2019 1 commit
-
-
Ian Hickson authored
...because otherwise, processes that think they're manipulating your filesystem will be doing crazy things the test is ignoring, leading to (at best) failures and (at worst) flakes or disk corruption.
-
- 07 Oct, 2019 1 commit
-
-
Zachary Anderson authored
-
- 24 Sep, 2019 1 commit
-
-
Alexandre Ardhuin authored
-
- 06 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 01 Aug, 2019 1 commit
-
-
Zachary Anderson authored
-
- 29 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 23 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 19 Jul, 2019 1 commit
-
-
Zachary Anderson authored
-
- 18 Jul, 2019 1 commit
-
-
Jonah Williams authored
-
- 16 Jul, 2019 1 commit
-
-
Todd Volkert authored
Slight cleanup of file locations in flutter_tools to make it easier to see which files are responsible for data reporting.
-
- 13 Jul, 2019 1 commit
-
-
Ian Hickson authored
Move tools tests into a general.shard directory in preparation to changing how we shard tools tests (#36108)
-
- 01 Mar, 2019 1 commit
-
-
Alexandre Ardhuin authored
* add trailing commas on list/map/parameters * add trailing commas on Invocation with nb of arg>1 * add commas for widget containing widgets * add trailing commas if instantiation contains trailing comma * revert bad change
-
- 11 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 05 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
-
- 17 Aug, 2018 1 commit
-
-
Ian Hickson authored
All temporary directory start with `flutter_` and have their random component separated from the name by a period, as in `flutter_test_bundle.YFYQMY`. I've tried to find some of the places where we didn't cleanly delete temporary directories, too. This greatly reduces, though it does not entirely eliminate, the directories we leave behind when running tests, especially `flutter_tools` tests. While I was at it I standardized on `tempDir` as the variable name for temporary directories, since it was the most common, removing occurrences of `temp` and `tmp`, among others. Also I factored out some common code that used to catch exceptions that happen on Windows, and made more places use that pattern.
-
- 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
-
- 21 Jun, 2018 1 commit
-
-
Sam Rawlins authored
* Bump mockito to 3.0.0-beta * Few fixes * fix test * Bump image * Fix * New packages update * With matcher pinned * No more typed
-
- 21 Apr, 2018 1 commit
-
-
Devon Carew authored
* add the full path to a flutter command * remove an unused import * review comments
-
- 09 Apr, 2018 1 commit
-
-
Sam Rawlins authored
* Bump mockito to 3.0.0-alpha+3 * Type annotation
-
- 01 Feb, 2018 1 commit
-
-
jcollins-g authored
* Flatten change out from lots of merges and temporary hacks for #7224 * Expand fakes to cover cases where doctor passes * -v != --verbose * Cosmetic touchups * delint * Clean up summary line, add a switch for review comments * Review comments * nit * review comment * review comments
-