- 21 Dec, 2017 1 commit
-
-
Greg Spencer authored
This reverts commit 765191e7. because the updated packages cause a gradle build problem.
-
- 20 Dec, 2017 1 commit
-
-
Greg Spencer authored
This adds our self-compiled copy of the MinGit executable (built from the flutter/git repo) to the archive when building an archive for Windows. I also tweaked the internal API for prepare_package.dart so that there's a single entry point to build an archive.
-
- 14 Dec, 2017 1 commit
-
-
amirh authored
* flutter update-packages * update plugin registrant for flutter_gallery
-
- 01 Nov, 2017 1 commit
-
-
Chris Bracken authored
-
- 26 Oct, 2017 2 commits
-
- 25 Oct, 2017 1 commit
-
-
Yegor authored
* fix updrade script; upgrade to the latest package versions * exclude special dependencies from transitive closure * fix stack trace handling in flutter_test due to stack_trace change * change type on _emptyStackTrace
-
- 11 Oct, 2017 1 commit
-
-
Hans Muller authored
-
- 06 Oct, 2017 1 commit
-
-
Alexander Aprelev authored
* Force upgrade update packages with improved update process. * Update packages * Revert "Update packages" This reverts commit a37de26d3f4f7f5a15746ff791002625faa3d3c0.
-
- 22 Sep, 2017 1 commit
-
-
Ian Hickson authored
* Pin all dependencies ONCE AND FOR ALL This replaces the secret `flutter update-packages --upgrade` with a destructive `flutter update-packages --force-upgrade` that actually goes and pins every dependency and transitive dependency in every flutter package to the same version. * Add comments.
-
- 04 Aug, 2017 1 commit
-
-
Ian Hickson authored
Also, add tests to verify that our coverage is actually being tested!
-
- 13 Jul, 2017 2 commits
-
-
Todd Volkert authored
-
Jason Simmons authored
-
- 12 Jul, 2017 1 commit
-
-
Todd Volkert authored
* requires bumping `process` to a version that has relaxed version restrictions on `intl` https://github.com/flutter/flutter/issues/10650
-
- 14 Jun, 2017 1 commit
-
-
Hans Muller authored
-
- 08 Jun, 2017 1 commit
-
-
Phil Quitslund authored
* Bump to Dart SDK 1.24.0-dev.6.7. * nits and fixes
-
- 14 Apr, 2017 1 commit
-
-
Adam Barth authored
There are more places we can use this annotation, but this patch just gets us started.
-
- 05 Apr, 2017 1 commit
-
-
Michael Goderbauer authored
Also adds a test to make sure we don't break it again.
-
- 15 Mar, 2017 1 commit
-
-
Michael Goderbauer authored
* devicelab benchmarks run on Windows * fix analyzer issue * fix test * fix pubspec
-
- 23 Feb, 2017 1 commit
-
-
Phil Quitslund authored
* Bump to test `0.12.20`. Some test `0.12.20` highlights: * introduces `expectLater()` that returns a `Future` that completes when the matcher has finished running * deprecates the `verbose` parameter to `expect()` and the `formatFailure()` (to be removed in `0.13.0`) Otherwise: * to keep up w/ the deprecation of `verbose`, removes `widget_tester` API to pass `verbose` flag (alternatively we could suppress the warning for now) * Update stack manipulation. * Fix framecount.
-
- 18 Feb, 2017 1 commit
-
-
Todd Volkert authored
-
- 17 Feb, 2017 1 commit
-
-
Phil Quitslund authored
* ups pinned `test` to `0.12.15+9` (to play nice w/ the latest analyzer) * integrates `analyzer` with analysis driver defaulting to ON
-
- 06 Jan, 2017 1 commit
-
-
Todd Volkert authored
-
- 23 Nov, 2016 1 commit
-
-
Ian Hickson authored
-
- 18 Nov, 2016 2 commits
-
-
Adam Barth authored
-
Yegor authored
-
- 17 Nov, 2016 1 commit
-
-
Hans Muller authored
-
- 14 Nov, 2016 1 commit
-
-
Dan Rubel authored
* Remove the workaround that pinned args to v0.13.6 This reverts most of the changes in commit 6331b6c8 * throw exception if exit code is not an integer * rework command infrastructure to throw ToolExit when non-zero exitCode * convert commands to return Future<Null> * cleanup remaining commands to use throwToolExit for non-zero exit code * remove isUnusual exception message * add type annotations for updated args package
-
- 08 Nov, 2016 1 commit
-
-
Dan Rubel authored
-
- 22 Sep, 2016 1 commit
-
-
Devon Carew authored
* suppress warning; decouple the analyzer versions * also pass in --no-packages-dir
-
- 16 Sep, 2016 1 commit
-
-
Phil Quitslund authored
* Update tools to use `analyzer` from vended Dart SDK. * updates `flutter_tools` and `flutter_test` to use the SDK-vended `analyzer` package * tweaks dependency tracking logic to only record the SDK-vended `analyzer` so as not to crash on spurious conflicts (due to transitive dependencies) * Review fixes.
-
- 14 Sep, 2016 1 commit
-
-
Yegor authored
-