flutter/packages/flutter_tools/test
James D. Lin 14c5c6e161
Clean up ProjectFileInvalidator.findInvalidated a bit (#41889)
In preparation for some refactoring that I will be doing to
`ProjectFileInvalidator.findInvalidated`, make its code a bit
clearer:
* Indicate which arguments may be null.
* Don't bother calling `FileStat.statSync` on the `.packages` file
  for the initial load.  This makes the checks for the `.packages`
  file consistent with those for other files.
* Use `DateTime.isAfter()` instead of comparing microseconds
  ourselves.

While I was touching this file, I also removed some unnecessary
comparisons to `false`. (`_ManifestAssetBundle.wasBuiltOnce()` is the
only implementation I can find of `AssetBundle.wasBuiltOnce()`, and
it never returns `null`.)
2019-10-04 12:55:17 -07:00
..
commands.shard indent formal parameters correctly (#41644) 2019-10-04 11:00:18 +02:00
data Improve hot reload performance (#28152) 2019-03-15 15:02:45 -07:00
general.shard Clean up ProjectFileInvalidator.findInvalidated a bit (#41889) 2019-10-04 12:55:17 -07:00
integration.shard Reland: don't update last compile time when compilation is rejected. (#41580) 2019-10-02 12:46:33 -07:00
src Generate projects using the new Android embedding (#41666) 2019-10-04 06:23:03 -07:00
template_test.dart Catch filesystem exception from flutter create (#38101) 2019-08-12 09:51:03 -07:00