1. 27 Apr, 2021 1 commit
  2. 23 Apr, 2021 1 commit
  3. 23 Mar, 2021 1 commit
  4. 24 Feb, 2021 1 commit
  5. 19 Feb, 2021 1 commit
  6. 27 Jan, 2021 1 commit
  7. 25 Jan, 2021 1 commit
  8. 24 Jan, 2021 3 commits
  9. 23 Oct, 2020 1 commit
  10. 19 Oct, 2020 1 commit
  11. 12 Oct, 2020 3 commits
  12. 09 Oct, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] pretty print hot reload rejection error (#66701) · bdb830a8
      Jonah Williams authored
      If the vm of an attached device rejects a hot reload, pretty print the reason. Suggest a hot restart so that users are aware that they do not have to detach and rebuild. Also resets the last compilation time, so a subsequent restart would still apply the last change. Adds an integration test for the const field removal.
      
      Fixes #64027
      bdb830a8
    • Jonah Williams's avatar
      [flutter_tools] hot reload/restart update for asset manager change (#66742) · 9a3a0dc1
      Jonah Williams authored
      Do not upload all assets on initial devFS sync. This should increase the reliability of the initial connection, even in the face of flaky devfs behavior, in addition to a moderate perf improvement.
      
      Updates fast-start to build assets as part of the initial bundle
      
      Requires flutter/engine#21436
      Requires flutter/engine#21586
      Requires flutter/engine#21611
      9a3a0dc1
  13. 25 Sep, 2020 1 commit
  14. 22 Sep, 2020 1 commit
  15. 19 Sep, 2020 1 commit
  16. 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
  17. 17 Jul, 2020 1 commit
  18. 01 Jun, 2020 1 commit
  19. 29 Apr, 2020 1 commit
  20. 22 Apr, 2020 1 commit
  21. 20 Apr, 2020 1 commit
  22. 08 Apr, 2020 2 commits
  23. 06 Apr, 2020 2 commits
  24. 03 Apr, 2020 2 commits
  25. 12 Mar, 2020 1 commit
  26. 06 Mar, 2020 1 commit
  27. 04 Mar, 2020 2 commits
  28. 28 Feb, 2020 2 commits
  29. 27 Feb, 2020 2 commits