- 14 May, 2020 1 commit
-
-
Christopher Fujino authored
-
- 06 May, 2020 1 commit
-
-
Zachary Anderson authored
-
- 27 Apr, 2020 1 commit
-
-
Christopher Fujino authored
-
- 25 Apr, 2020 1 commit
-
-
Christopher Fujino authored
-
- 23 Apr, 2020 1 commit
-
-
Christopher Fujino authored
-
- 03 Apr, 2020 1 commit
-
-
Christopher Fujino authored
-
- 16 Mar, 2020 1 commit
-
-
Michael Thomsen authored
Move Flutter Gallery to dev/integration_tests/ as it is an older copy used only for testing. The current version of the Flutter Gallery now lives in https://github.com/flutter/gallery.
-
- 06 Mar, 2020 2 commits
-
-
Jonah Williams authored
This reverts commit 20bf43b9.
-
Dan Field authored
-
- 13 Feb, 2020 1 commit
-
-
Jonah Williams authored
-
- 11 Feb, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 05 Feb, 2020 1 commit
-
-
Zachary Anderson authored
-
- 27 Jan, 2020 1 commit
-
-
Dan Field authored
-
- 17 Jan, 2020 1 commit
-
-
Anthony authored
[a11y] Make sure RenderFractionalTranslation updates its semantics after the translation field is set (#48985)
-
- 16 Jan, 2020 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 Jan, 2020 1 commit
-
-
Emmanuel Garcia authored
-
- 06 Jan, 2020 1 commit
-
-
Jonah Williams authored
-
- 06 Dec, 2019 1 commit
-
-
Jonah Williams authored
-
- 05 Dec, 2019 1 commit
-
-
Zachary Anderson authored
-
- 04 Dec, 2019 1 commit
-
-
Zachary Anderson 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
-
- 05 Nov, 2019 1 commit
-
-
Zachary Anderson authored
-
- 02 Oct, 2019 1 commit
-
-
Ian Hickson authored
-
- 18 Sep, 2019 1 commit
-
-
Jonah Williams authored
-
- 17 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 11 Sep, 2019 1 commit
-
-
Emmanuel Garcia authored
-
- 13 Aug, 2019 1 commit
-
-
Christopher Fujino authored
-
- 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)
-
- 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
-
- 10 Apr, 2019 1 commit
-
-
Jonah Williams authored
-
- 25 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 22 Mar, 2019 1 commit
-
-
Amir Hardon authored
This reverts commit e38be671.
-
- 21 Mar, 2019 1 commit
-
-
Jonah Williams authored
-
- 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
-
- 12 Apr, 2018 1 commit
-
-
Devon Carew authored
* fix a test flake on appveyor * only catch FileSystemExceptions
-
- 12 May, 2017 1 commit
-
-
Ian Hickson authored
-
- 08 May, 2017 1 commit
-
-
Michael Goderbauer authored
* Enforce valid package names on flutter create Fixes #9564 * refactor * fix other tests
-
- 10 Mar, 2017 1 commit
-
-
Todd Volkert authored
`all.dart` is no longer needed. Furthermore, it causes tests to be skipped, or to silently fail to run anything. Fixes #7941
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-