flutter/packages
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
..
flutter Fix CupertinoTextField and TextField ToolbarOptions not changing (#40665) 2019-10-04 11:22:57 -07:00
flutter_driver [Flutter Driver] Simplified the serialization/deserialization logic of the Descendant/… (#40715) 2019-09-18 16:58:33 -07:00
flutter_goldens ensure dart2js does not compile unsupported packages (#40368) 2019-09-12 15:25:21 -07:00
flutter_goldens_client update packages --force upgrade (#39932) 2019-09-05 19:35:59 -07:00
flutter_localizations Update PopupMenu layout (#40179) 2019-09-17 08:48:27 -07:00
flutter_test Fix mouse hover to not schedule a frame for every mouse move. (#41014) 2019-09-26 13:13:42 -07:00
flutter_tools Clean up ProjectFileInvalidator.findInvalidated a bit (#41889) 2019-10-04 12:55:17 -07:00
flutter_web_plugins Channel buffers (#40165) 2019-09-19 16:58:54 -07:00
fuchsia_remote_debug_protocol more UI-as-code (#35516) 2019-09-17 16:23:44 +02:00
analysis_options.yaml Revert "Roll engine to aed6b8c46b05c7cee4506a9757dd9ea1b40583c2." (#23170) 2018-10-16 12:57:07 -07:00