- 02 Jan, 2018 1 commit
-
-
Leaf Petersen authored
* Remaining code changes for Dart 2.0 SDK roll
-
- 21 Dec, 2017 2 commits
-
-
amirh authored
-
Leaf Petersen authored
Small code changes as part of moving the framework SDK forward to a 2.0 dev version.
-
- 15 Dec, 2017 1 commit
-
-
Greg Spencer authored
This is the first step in a two-step process of moving the package preparation step from a recipe in chrome_infra to a dart script in the flutter repo. This will make it easier to make changes to the process. The second step is to change the infra recipe to call this script. In addition, I added a step to the packaging process to run flutter create for each type of template so that any pub dependencies of the templates get added to the cache that gets packaged (and thus users can run flutter create --offline and have it work). Note that the actual packaging into a "tar" or "zip" file now happens here, so a developer could actually run this script on their machine to create a package.
-
- 14 Dec, 2017 2 commits
-
-
amirh authored
-
Michael Goderbauer authored
-
- 08 Dec, 2017 1 commit
-
-
Alexander Thomas authored
This removes the FLUTTER_TEST_ARGS environment variable handling.
-
- 05 Dec, 2017 3 commits
-
-
Greg Spencer authored
The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before. The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir. Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them. This is an attempt to re-land: #13248. Includes a fix for the test that makes it work on bots in the presence of PUB_CACHE being set, and no other changes.
-
Greg Spencer authored
* Revert "Add tests." This reverts commit 31bad961ff2220a2708917ff8f748fed7efa9b51. * Revert "Use .pub-cache from Flutter root, if it exists. (#13248)" This reverts commit 72d6bcc3.
-
Greg Spencer authored
The purpose of this PR is to make it so that when the user runs 'flutter', if they have a .pub-cache directory in their flutter root, we use that instead of the default location for the pub cache. Otherwise, it should act as before. The eventual goal is to support a pre-populated flutter .zip/.tar.gz file that has everything the developer needs in one bundle. In order for that to actually work, we need to have the pub cache be self-contained, and not in the user's home dir. Another advantage of this is that if you have multiple flutter repos that you're switching between, then the versions in the pub cache will remain static when you switch between them.
-
- 16 Nov, 2017 1 commit
-
-
Greg Spencer authored
-
- 13 Nov, 2017 1 commit
-
-
Greg Spencer authored
-
- 08 Nov, 2017 1 commit
-
-
Alexandre Ardhuin authored
* enable lint prefer_asserts_in_initializer_lists * enable --assert-initializer
-
- 01 Nov, 2017 1 commit
-
-
Yegor authored
* remove locale "sd" (not supported by ICU/CLDR); unify localizations scripts CLI * address comments
-
- 11 Oct, 2017 1 commit
-
-
Hans Muller authored
-
- 22 Sep, 2017 1 commit
-
-
Yegor authored
* misc .arb fixes; localizations validator * regenerate localizations * address comments * do not treat plural variations as invalid keys
-
- 21 Sep, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 04 Aug, 2017 1 commit
-
-
Ian Hickson authored
Also, add tests to verify that our coverage is actually being tested!
-
- 10 Jul, 2017 1 commit
-
-
Todd Volkert authored
-
- 30 Jun, 2017 1 commit
-
-
Ian Hickson authored
And add a test to verify we don't do this again.
-
- 16 Jun, 2017 1 commit
-
-
Todd Volkert authored
-
- 12 Jun, 2017 2 commits
-
-
Ian Hickson authored
-
Ian Hickson authored
We suspect maybe recent failures are caused by race conditions from running flutter_tools tests in parallel.
-
- 15 May, 2017 1 commit
-
-
Hans Muller authored
-
- 09 May, 2017 1 commit
-
-
https://github.com/flutter/flutter_markdownAdam Barth authored
Now that we can host packages on pub that depend on Flutter, we can host flutter_markdown in its own git repository.
-
- 18 Apr, 2017 1 commit
-
-
Devon Carew authored
-
- 13 Apr, 2017 1 commit
-
-
Ian Hickson authored
In particular, if stdout.supportsAnsiEscapes is false, don't output ANSI. Also, output stdout/stderr of tests that are normally silenced, if they fail. Also, update the output to be more convenient when debugging. Also, expand some abbreviations.
-
- 20 Mar, 2017 1 commit
-
-
Ian Hickson authored
We keep breaking --watch because we don't test it.
-
- 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
-
- 09 Mar, 2017 1 commit
-
-
Todd Volkert authored
-
- 04 Mar, 2017 1 commit
-
-
Chris Bracken authored
-
- 28 Feb, 2017 1 commit
-
-
Yegor authored
-
- 23 Feb, 2017 1 commit
-
-
Alexandre Ardhuin authored
-
- 17 Feb, 2017 1 commit
-
-
Adam Barth authored
-
- 16 Feb, 2017 1 commit
-
-
Ryan Macnak authored
This reverts commit fac9efba. The timeout was fixed by 6795c4ab.
-
- 15 Feb, 2017 1 commit
-
-
Ryan Macnak authored
-
- 14 Feb, 2017 3 commits
-
-
Michael Goderbauer authored
... and run some more tests on Windows.
-
Michael Goderbauer authored
-
Adam Barth authored
Also, actually run the flutter_markdown tests.
-
- 08 Feb, 2017 1 commit
-
-
Michael Goderbauer authored
* disables all `flutter test` and `flutter drive` tests on Windows as those two commands are not fully implemented on Windows yet * fixes other failures on Windows
-