- 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 May, 2019 1 commit
-
-
Kate Lovett authored
Revert "Merge branch 'master' into master" This reverts commit e3a03c04, reversing changes made to 64749826.
-
- 25 Apr, 2019 5 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
Kate Lovett authored
-
Kate Lovett authored
Changed implementation to incorpoarate new init feature for goldctl. Reduces redundant work as well.
-
Kate Lovett authored
-
- 24 Apr, 2019 2 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
- 19 Apr, 2019 3 commits
-
-
Kate Lovett authored
-
Kate Lovett authored
-
Kate Lovett authored
-
- 18 Apr, 2019 1 commit
-
-
Kate Lovett authored
-
- 06 Mar, 2019 1 commit
-
-
Chris Bracken authored
When running git update-packages, if the goldens repo is dirty, the flutter tool currently crashes and logs the failure from git pull. This adds a check for a dirty git client and emits a friendlier error message in the case where it's not clean, and avoid the crash by catching the NonZeroExitCode exception and rethrowing as toolExit instead. Fixes: https://github.com/flutter/flutter/issues/28915
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 20 Aug, 2018 1 commit
-
-
Amir Hardon authored
flutter_tools cannot depend on flutter_goldens (as flutter_goldens depdends on the Flutter sdk), so this commit splits client.dart from flutter_goldens to a pure-dart flutter_goldens_client package.
-
- 02 Aug, 2018 1 commit
-
-
amirh authored
This enables using GoldensClient from the flutter driver file for the embedded Android views test. flutter_goldens.dart has a transitive dependency on dart:ui so it cannot be included in non Flutter apps. Splitting it out allows us to use it from driver tests. This also removes the visibleForTesting annotation from GoldensClient.
-
- 20 Jul, 2018 1 commit
-
-
Leaf Petersen authored
* Remove uses of deprecated constants * Change int.parse to int.tryParse where appropriate
-
- 05 Jun, 2018 1 commit
-
-
Alexandre Ardhuin authored
-
- 10 May, 2018 1 commit
-
-
Ian Hickson authored
-
- 08 May, 2018 1 commit
-
-
xster authored
-
- 04 May, 2018 3 commits
-
-
Todd Volkert authored
The new values are not ready for use yet inside Google
-
Yegor authored
* Roll engine to e976be13c51448f89107d082ec81e2b6731671fa * move away from deprecated constants
-
Todd Volkert authored
* Exclude flutter_goldens package from dartdoc because it's for internal use only * Document why flutter_tools doesn' tneed to be excluded from the list of packages to document * Performance optimization in the flutter comparator, and associated test updates.
-
- 03 May, 2018 1 commit
-
-
Todd Volkert authored
In order to avoid checking binaries into flutter/flutter, this comparator can be used to retrieve golden files from a sibling flutter/goldens repository. https://github.com/flutter/flutter/issues/16859
-