- 28 Mar, 2019 1 commit
-
-
Jonah Williams 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
-
- 22 Dec, 2018 1 commit
-
-
Hans Muller authored
-
- 11 Nov, 2018 1 commit
-
-
Jonah Williams authored
-
- 09 Nov, 2018 1 commit
-
-
Todd Volkert authored
-
- 12 Sep, 2018 1 commit
-
-
Alexandre Ardhuin authored
* enable lint unnecessary_new * fix tests * fix tests * fix tests
-
- 31 Aug, 2018 1 commit
-
-
- 20 Aug, 2018 2 commits
-
-
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.
-
Amir Hardon authored
-