1. 29 Oct, 2020 1 commit
  2. 28 Oct, 2020 1 commit
  3. 27 Oct, 2020 6 commits
  4. 26 Oct, 2020 2 commits
  5. 21 Oct, 2020 1 commit
  6. 20 Oct, 2020 3 commits
  7. 19 Oct, 2020 1 commit
  8. 18 Oct, 2020 1 commit
  9. 17 Oct, 2020 1 commit
  10. 16 Oct, 2020 2 commits
  11. 14 Oct, 2020 1 commit
  12. 12 Oct, 2020 2 commits
  13. 09 Oct, 2020 2 commits
  14. 07 Oct, 2020 2 commits
  15. 06 Oct, 2020 3 commits
  16. 03 Oct, 2020 1 commit
    • Jonah Williams's avatar
      [null-safety] add integration tests for sound null safety modes, add support... · ddb01a0c
      Jonah Williams authored
      [null-safety] add integration tests for sound null safety modes, add support for sound null safety in dart2js (#67171)
      
      Add integration tests to verify that ddc and dart2js can be built and run in sound mode. Updates dart2js compilation to insert a language version comment into the generated entrypoint if necessary.
      
      dart-lang/sdk#42253
      ddb01a0c
  17. 01 Oct, 2020 1 commit
  18. 29 Sep, 2020 1 commit
  19. 28 Sep, 2020 1 commit
  20. 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
  21. 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
  22. 21 Sep, 2020 1 commit
  23. 19 Sep, 2020 1 commit
  24. 17 Sep, 2020 1 commit