1. 24 Sep, 2020 2 commits
    • Jonah Williams's avatar
      [flutter_tools] register service worker after first frame event (#66082) · 90d83e37
      Jonah Williams authored
      Registering the service worker immediately after the documented has loaded may cause SW initialization to compete with framework initialization. It was recommended to us that we defer the service worker setup until after the framework is done with setup, which should be sometime after the first frame.
      
      To implement this, I augmented the binding setup to dispatch an event on the document after the binding has initialized. I don't see any obvious risks with this setup.
      
      Fixes #66066
      90d83e37
    • Jonah Williams's avatar
      [flutter_tools] enable single widget reload optimization by default on master (#66507) · 6642d8f1
      Jonah Williams authored
      This should be a mostly non breaking change for hot reload workflows that improves performance, but if you see anything odd with hot reload behavior on master please file a bug. This feature can also be disabled without any changes to the SDK with flutter config --no-single-widget-reload-optimization 
      6642d8f1
  2. 23 Sep, 2020 11 commits
  3. 22 Sep, 2020 9 commits
  4. 21 Sep, 2020 5 commits
  5. 19 Sep, 2020 3 commits
  6. 18 Sep, 2020 4 commits
  7. 17 Sep, 2020 6 commits