1. 30 Oct, 2020 1 commit
  2. 29 Oct, 2020 1 commit
  3. 27 Oct, 2020 6 commits
  4. 26 Oct, 2020 1 commit
  5. 20 Oct, 2020 3 commits
  6. 19 Oct, 2020 1 commit
  7. 18 Oct, 2020 1 commit
  8. 17 Oct, 2020 1 commit
  9. 16 Oct, 2020 2 commits
  10. 14 Oct, 2020 1 commit
  11. 12 Oct, 2020 1 commit
  12. 09 Oct, 2020 2 commits
  13. 07 Oct, 2020 2 commits
  14. 06 Oct, 2020 3 commits
  15. 01 Oct, 2020 1 commit
  16. 29 Sep, 2020 1 commit
  17. 28 Sep, 2020 1 commit
  18. 24 Sep, 2020 2 commits
    • Darren Austin's avatar
      Complete the migration to the TextSelectionTheme by deprecating the opt-in... · 11f7ff00
      Darren Austin authored
      Complete the migration to the TextSelectionTheme by deprecating the opt-in flag and text selection properties in ThemeData. (#66482)
      
      11f7ff00
    • 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
  19. 23 Sep, 2020 1 commit
  20. 21 Sep, 2020 1 commit
  21. 19 Sep, 2020 1 commit
  22. 17 Sep, 2020 1 commit
    • Ben Konyi's avatar
      Roll packages to fix #66038 (#66052) · fb08acf1
      Ben Konyi authored
      PR #65873 enabled DDS for non-web Flutter applications. This change
      surfaced a bug where DDS would not send ServiceRegistered events to VM
      service clients when they subscribed to the Service stream. This would
      cause tools and tests that rely on these events (e.g., hot reload in
      VSCode) to fail.
      
      Fixes #66038.
      fb08acf1
  23. 16 Sep, 2020 1 commit
  24. 10 Sep, 2020 1 commit
  25. 02 Sep, 2020 2 commits
  26. 22 Aug, 2020 1 commit