flutter/packages/flutter_tools/lib
Jonah Williams ff953e4f83
[flutter_tools] restore pub caching functionality (#70133)
Necessary to work around #70013 (this looks like it will be fixed, but should protect us in the future)

Restores some notion of skipping pub, with differences from the prior implementation:

Off by default, and only used by the flutter command automatic pub get
A single check parameter. Uses the framework version cached per-project instead of a timestamp of the tool, to avoid cases where downloading a prebuilt framework would cause this check to no longer work.
2020-11-09 16:11:55 -08:00
..
src [flutter_tools] restore pub caching functionality (#70133) 2020-11-09 16:11:55 -08:00
executable.dart [flutter_tool] initialize flutter root in executable (#69549) 2020-11-05 15:21:05 -08:00
runner.dart [flutter_tools] HACKTOBERFEST (#67882) 2020-10-12 09:31:02 -07:00