1. 20 Jul, 2020 1 commit
    • Jonah Williams's avatar
      [flutter_tools] Add plumbing for widget cache (#61766) · 07caa0fb
      Jonah Williams authored
      To support #61407 , the tool needs to check if a single widget reload is feasible, and then conditionally perform a fast reassemble.
      
      To accomplish this, the FlutterDevice class will have a WidgetCache injected. This will eventually contain the logic for parsing the invalidated dart script. Concurrent with the devFS update, the widget cache will be updated/checked if a single widget reload is feasible. If so, an expression evaluation with the target type is performed and the success is communicated through the devFS result. An integration test which demonstrates that this works is already present in https://github.com/flutter/flutter/blob/master/packages/flutter_tools/test/integration.shard/hot_reload_test.dart#L86
      
      Finally, when actually performing the reassemble the tool simply checks if this flag has been set and calls the alternative reassemble method.
      
      Cleanups:
      
      Remove modules, as this is unused now.
      07caa0fb
  2. 17 Jul, 2020 1 commit
  3. 01 Jun, 2020 1 commit
  4. 29 Apr, 2020 1 commit
  5. 22 Apr, 2020 1 commit
  6. 20 Apr, 2020 1 commit
  7. 08 Apr, 2020 2 commits
  8. 06 Apr, 2020 2 commits
  9. 03 Apr, 2020 2 commits
  10. 12 Mar, 2020 1 commit
  11. 06 Mar, 2020 1 commit
  12. 04 Mar, 2020 2 commits
  13. 28 Feb, 2020 2 commits
  14. 27 Feb, 2020 2 commits
  15. 26 Feb, 2020 2 commits
  16. 24 Feb, 2020 1 commit
  17. 06 Jan, 2020 1 commit
  18. 10 Dec, 2019 1 commit
  19. 27 Nov, 2019 1 commit
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
  20. 22 Nov, 2019 3 commits
  21. 21 Nov, 2019 1 commit
  22. 20 Nov, 2019 3 commits
  23. 19 Nov, 2019 2 commits
  24. 08 Nov, 2019 3 commits
  25. 02 Oct, 2019 1 commit
    • Jonah Williams's avatar
      Reland: don't update last compile time when compilation is rejected. (#41580) · 39f85f94
      Jonah Williams authored
      * dont update last compiled time when compilation is rejected
      
      * lets try flushing, thats a neat trick
      
      * windows man
      
      * Update hot_reload_test.dart
      
      * Update hot_reload_test.dart
      
      * Update devfs.dart
      
      * Update hot_reload_test.dart
      
      * Update hot_reload_test.dart
      
      * add test that verifies when compile is good that time is updated
      
      * Update devfs_test.dart
      39f85f94
  26. 30 Sep, 2019 1 commit