flutter/dev/tools
Greg Spencer f29ecba6de
Use .pub-cache from Flutter root, if it exists. (#13358)
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.
2017-12-05 14:46:39 -08:00
..
dartdoc.dart Use .pub-cache from Flutter root, if it exists. (#13358) 2017-12-05 14:46:39 -08:00
gen_date_localizations.dart Validate the @foo resources in material_en.arb (#12824) 2017-11-01 16:14:10 -07:00
gen_localizations.dart Validate the @foo resources in material_en.arb (#12824) 2017-11-01 16:14:10 -07:00
java_and_objc_doc.dart Fix documentation based on dartdoc's warnings (#11428) 2017-07-28 15:44:38 -07:00
localizations_utils.dart Validate the @foo resources in material_en.arb (#12824) 2017-11-01 16:14:10 -07:00
localizations_validator.dart Validate the @foo resources in material_en.arb (#12824) 2017-11-01 16:14:10 -07:00
mega_gallery.dart enable lint prefer_single_quotes (#12665) 2017-10-22 18:11:36 +02:00
pubspec.yaml Update Dart package dependencies (#12829) 2017-11-01 15:28:46 -07:00
repackage_gradle_wrapper.sh Moved repackage_gradle_wrapper.sh to dev/tools/. (#13294) 2017-12-01 12:26:59 +01:00
update_icons.dart Automatically flip material icons in RTL. (#12876) 2017-11-08 14:22:14 -08:00
update_versions.dart Output commands to generate SDK version tag (#10022) 2017-05-12 09:29:17 -07:00