1. 21 Oct, 2020 2 commits
  2. 20 Oct, 2020 1 commit
  3. 19 Oct, 2020 1 commit
  4. 15 Oct, 2020 1 commit
  5. 10 Oct, 2020 1 commit
  6. 02 Oct, 2020 1 commit
  7. 25 Sep, 2020 1 commit
  8. 24 Sep, 2020 1 commit
    • 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
  9. 23 Sep, 2020 2 commits
    • Greg Spencer's avatar
      Change the default visual density to be adaptive based on platform. (#66370) · bbd7b976
      Greg Spencer authored
      Based on feedback from various desktop developers, and to be consistent between the defaults and the sample code, this PR switches the default for visual density in desktop themes to be compact instead of standard.
      
      It also removes the same setting from the sample code generated by "flutter create" because it is no longer needed now that it is the default.
      bbd7b976
    • Jacob MacDonald's avatar
      update to the latest null safe packages (#66384) · 9cee75ba
      Jacob MacDonald authored
      Updates all null safe dependencies to versions that allow 2.10 stable and 2.11 dev releases.
      
      Also updates flutter_goldens and flutter_goldens_client to allow 2.11 dev.
      9cee75ba
  10. 17 Sep, 2020 5 commits
  11. 15 Sep, 2020 1 commit
  12. 10 Sep, 2020 3 commits
  13. 01 Sep, 2020 1 commit
    • stuartmorgan's avatar
      Put the unbundled Linux executable in a subdirectory (#64992) · bcfad206
      stuartmorgan authored
      People frequently assume they can run the executable they find at the
      top level of the build directory, and don't understand why they get
      resource errors from the engine. To avoid that, this puts the unbundled
      copy of the executable in a subdirectory with a name that should warn
      people away from running it.
      
      Fixes #64963
      bcfad206
  14. 31 Aug, 2020 1 commit
  15. 21 Aug, 2020 2 commits
  16. 18 Aug, 2020 1 commit
  17. 14 Aug, 2020 2 commits
  18. 13 Aug, 2020 1 commit
  19. 11 Aug, 2020 1 commit
  20. 08 Aug, 2020 1 commit
  21. 06 Aug, 2020 2 commits
  22. 05 Aug, 2020 2 commits
  23. 04 Aug, 2020 2 commits
  24. 03 Aug, 2020 1 commit
  25. 29 Jul, 2020 1 commit
  26. 17 Jul, 2020 1 commit
  27. 16 Jul, 2020 1 commit