1. 24 Mar, 2018 1 commit
  2. 17 Mar, 2018 3 commits
  3. 16 Mar, 2018 2 commits
  4. 06 Mar, 2018 3 commits
  5. 02 Mar, 2018 1 commit
  6. 16 Feb, 2018 1 commit
  7. 14 Feb, 2018 1 commit
  8. 08 Feb, 2018 1 commit
  9. 02 Feb, 2018 1 commit
  10. 31 Jan, 2018 1 commit
    • jensjoha's avatar
      [kernel/flutter] Improve speed of first hot reload (#13699) · 5ccd5a1e
      jensjoha authored
      * [kernel/flutter] Improve speed of first hot reload
      
      * [kernel/flutter] Improve speed of first hot reload
      
      * Revert "[kernel/flutter] Improve speed of first hot reload"
      
      This reverts commit f3dc133878ec7405a8efb5715f1cfe720f4ea05f.
      
      * Revert "[kernel/flutter] Improve speed of first hot reload"
      
      This reverts commit f7bcb082b01cf9cf48f02c6aad9e5c79705def8f.
      
      * Revert "Revert "[kernel/flutter] Improve speed of first hot reload""
      
      This reverts commit 73c7a1a8e85a4c0397984d8b65a98b2f71bf84f3.
      
      * [kernel/flutter] Improve speed of first hot reload
      
      Do so by not evicting unnecessary paths (while still evicting paths
      that was changed between the generation of the package file and the
      initial upload).
      
      * Fix grammar in method name
      
      * Fix bad merge
      
      * Add method to super class
      5ccd5a1e
  11. 11 Jan, 2018 1 commit
  12. 08 Jan, 2018 1 commit
  13. 04 Jan, 2018 2 commits
    • Alexander Aprelev's avatar
      Send RPC request to switch assets directory on hot reload. (#12872) · 8da5af55
      Alexander Aprelev authored
      * Send RPC request to switch assets directory on hot reload.
      
      This is needed to pick up updated assets that are expected to be picked up on hot reload.
      
      * Assert assets directory is not null.
      
      * Better multiple future wait
      
      * Add type annotation
      8da5af55
    • Siva's avatar
      support for --strong option (#13859) · 426d6b06
      Siva authored
      * Plumb a --strong option through to the front end server and the engine
      so that we can run flutter apps in preview-dart-2 and strong mode
      
      * - Address analyzer lint issues
      *- correctly set up strong mode option in the case of AOT builds
      426d6b06
  14. 22 Nov, 2017 1 commit
  15. 10 Nov, 2017 3 commits
  16. 22 Oct, 2017 1 commit
  17. 14 Oct, 2017 1 commit
  18. 13 Oct, 2017 1 commit
  19. 12 Oct, 2017 2 commits
    • Ryan Macnak's avatar
      Reapply "When parts of the program are changed in a hot reload, but not... · 07a4b4c4
      Ryan Macnak authored
      Reapply "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed." (#12490)
      
      This reverts commit 5e7bcbac.
      
      `flutter run --benchmark` was triggering a different quick bailout path in the VM than `flutter run`. The failure has been fixed upstream.
      07a4b4c4
    • Alexander Aprelev's avatar
      Fix restart flow for preview-dart-2 mode. (#12496) · 85e4f052
      Alexander Aprelev authored
      * Fix restart flow for preview-dart-2 mode.
      
      Restart in preview-dart-2 needs to use kernel file and it has to be complete, rather than incremental kernel file.
      
      * Add curly braces
      
      * Do full compile on restart
      
      * Roll engine to pick up changes to hot reload for preview-dart-2
      85e4f052
  20. 06 Oct, 2017 1 commit
  21. 05 Oct, 2017 1 commit
    • Ryan Macnak's avatar
      Revert "When parts of the program are changed in a hot reload, but not... · 5e7bcbac
      Ryan Macnak authored
      Revert "When parts of the program are changed in a hot reload, but not executed during the reassemble, warn that a restart may be needed. (#12304)" (#12406)
      
      This reverts commit 90028813.
      
      This change caused a few bots to fail with 'JSON-RPC error 110: Extension error', which is odd because _getUnusedChangesInLastReload is not an extension.
      5e7bcbac
  22. 04 Oct, 2017 1 commit
  23. 19 Sep, 2017 1 commit
  24. 18 Sep, 2017 1 commit
  25. 13 Sep, 2017 1 commit
  26. 31 Aug, 2017 1 commit
  27. 03 Aug, 2017 1 commit
  28. 21 Jul, 2017 1 commit
  29. 20 Jul, 2017 1 commit
  30. 19 Jul, 2017 1 commit
  31. 17 Jul, 2017 1 commit