1. 11 Jul, 2022 1 commit
  2. 15 Jun, 2022 1 commit
  3. 08 Jun, 2022 1 commit
  4. 07 Jun, 2022 1 commit
  5. 25 May, 2022 1 commit
  6. 10 May, 2022 1 commit
  7. 27 Apr, 2022 1 commit
  8. 20 Apr, 2022 1 commit
  9. 23 Mar, 2022 1 commit
  10. 09 Mar, 2022 1 commit
  11. 08 Mar, 2022 1 commit
  12. 01 Mar, 2022 1 commit
  13. 28 Feb, 2022 1 commit
  14. 11 Feb, 2022 1 commit
  15. 08 Feb, 2022 1 commit
  16. 06 Dec, 2021 1 commit
  17. 08 Oct, 2021 3 commits
  18. 14 Jun, 2021 1 commit
  19. 31 Mar, 2021 1 commit
  20. 17 Mar, 2021 1 commit
  21. 20 Jan, 2021 1 commit
    • stuartmorgan's avatar
      Don't use iOS font names for the macOS theme (#74342) · 48b3e8bf
      stuartmorgan authored
      macOS was sharing the iOS font theme, but the names of the underlying
      fonts differ between the two platforms, so this was actually using the
      fallback font from the engine. Instead of using the underlying font
      names on macOS, which is no longer allowed by CoreText, use the
      meta-font returned by systemFontOfSize:
      
      This has been verified on 10.15; older versions of macOS may need
      different font names as the handling of these fonts have changed over
      time. Fixing older versions as necessary will be handled in a follow-up.
      
      See https://github.com/flutter/flutter/issues/57805
      48b3e8bf
  22. 04 Dec, 2020 1 commit
  23. 28 Sep, 2020 1 commit
  24. 30 Jul, 2020 1 commit
  25. 28 Jul, 2020 1 commit
  26. 11 Jun, 2020 1 commit
  27. 10 Jun, 2020 1 commit
  28. 11 Mar, 2020 1 commit
    • Greg Spencer's avatar
      Convert Diagnosticable to a mixin (#51495) · 210f4d83
      Greg Spencer authored
      This converts Diagnosticable to be a mixin instead of an abstract class, so that it can be used to add diagnostics to classes which already have a base class.
      
      It leaves in place the DiagnosticableMixin mixin, since there are some plugins that are still using it, and removing it would mean that those plugins wouldn't work with master branch Flutter anymore. DiagnosticableMixin will be removed once this mixin version of Diagnosticable makes its way to the stable branch.
      210f4d83
  29. 06 Mar, 2020 1 commit
  30. 03 Mar, 2020 1 commit
  31. 25 Jan, 2020 1 commit
  32. 13 Dec, 2019 1 commit
  33. 03 Dec, 2019 1 commit
  34. 27 Nov, 2019 2 commits
    • Ian Hickson's avatar
      License update (#45373) · 449f4a66
      Ian Hickson authored
      * Update project.pbxproj files to say Flutter rather than Chromium
      
      Also, the templates now have an empty organization so that we don't cause people to give their apps a Flutter copyright.
      
      * Update the copyright notice checker to require a standard notice on all files
      
      * Update copyrights on Dart files. (This was a mechanical commit.)
      
      * Fix weird license headers on Dart files that deviate from our conventions; relicense Shrine.
      
      Some were already marked "The Flutter Authors", not clear why. Their
      dates have been normalized. Some were missing the blank line after the
      license. Some were randomly different in trivial ways for no apparent
      reason (e.g. missing the trailing period).
      
      * Clean up the copyrights in non-Dart files. (Manual edits.)
      
      Also, make sure templates don't have copyrights.
      
      * Fix some more ORGANIZATIONNAMEs
      449f4a66
    • Greg Spencer's avatar
      Add macOS to TargetPlatform (#43457) · 245d1b51
      Greg Spencer authored
      This PR adds TargetPlatform.macOS to the TargetPlatform enum. This allows us to begin implementation of some adaptive UI based on which target platform is desired.
      
      I haven't updated the tests here, that will come in a follow-up PR.
      245d1b51
  35. 05 Jun, 2019 1 commit
  36. 09 Jan, 2019 1 commit
  37. 07 Jan, 2019 1 commit