1. 13 Apr, 2021 1 commit
  2. 01 Apr, 2021 1 commit
  3. 31 Mar, 2021 1 commit
  4. 12 Mar, 2021 1 commit
  5. 29 Jan, 2021 1 commit
  6. 20 Jan, 2021 1 commit
  7. 15 Dec, 2020 1 commit
  8. 11 Dec, 2020 1 commit
  9. 20 Nov, 2020 1 commit
  10. 16 Nov, 2020 1 commit
  11. 06 Nov, 2020 1 commit
  12. 02 Nov, 2020 2 commits
  13. 29 Oct, 2020 1 commit
  14. 27 Oct, 2020 1 commit
  15. 26 Oct, 2020 1 commit
  16. 23 Oct, 2020 1 commit
  17. 21 Oct, 2020 1 commit
  18. 10 Oct, 2020 1 commit
  19. 07 Oct, 2020 1 commit
  20. 06 Oct, 2020 1 commit
  21. 16 Sep, 2020 1 commit
  22. 06 Aug, 2020 1 commit
  23. 29 Jul, 2020 1 commit
  24. 28 Jul, 2020 1 commit
  25. 11 Jun, 2020 2 commits
  26. 25 Apr, 2020 1 commit
  27. 03 Mar, 2020 1 commit
  28. 25 Jan, 2020 1 commit
  29. 08 Jan, 2020 1 commit
  30. 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
  31. 05 Sep, 2019 1 commit
  32. 02 Sep, 2019 1 commit
    • Anthony's avatar
      Show search app bar theme (#37962) · e3f8d055
      Anthony authored
      Use the entire appBarTheme from the showSearch delegate for the search pages appBar theme, rather than just a select set of fields.
      e3f8d055
  33. 20 Aug, 2019 1 commit
  34. 29 Jul, 2019 1 commit
  35. 11 Jun, 2019 1 commit
  36. 15 May, 2019 1 commit
    • Greg Spencer's avatar
      Implements focus handling and hover for Material buttons. (#31438) · bb3c6605
      Greg Spencer authored
      This implements focus and hover handling for Material buttons. It inserts Focus widgets into the tree in order to allow buttons to be focusable via keyboard traversal (a.k.a. TAB traversal), and Listener widgets into the InkWell to allow the detection of hover states for widgets.
      
      Addresses #11344, #1608, and #13264.
      bb3c6605
  37. 25 Apr, 2019 1 commit
    • Greg Spencer's avatar
      [Re-Land] Implement focus traversal for desktop platforms. (#31614) · 7775c237
      Greg Spencer authored
      This re-lands the Focus changes in #30040. Correctness changes in routes.dart, and removes the automatic requesting of focus on reparent when there is no current focus, which caused undesirable selections.
      
      Addresses #11344, #1608, #13264, and #1678
      Fixes #30084
      Fixes #26704
      7775c237