1. 15 Dec, 2023 1 commit
  2. 11 Oct, 2023 1 commit
  3. 21 Sep, 2023 1 commit
  4. 18 Sep, 2023 1 commit
  5. 09 Mar, 2023 1 commit
  6. 06 Mar, 2023 2 commits
  7. 20 May, 2022 1 commit
  8. 04 Mar, 2022 1 commit
  9. 03 Feb, 2022 1 commit
  10. 08 Oct, 2021 3 commits
  11. 04 Aug, 2021 1 commit
  12. 03 Aug, 2021 1 commit
  13. 15 Jul, 2021 1 commit
  14. 14 Jul, 2021 3 commits
  15. 13 Jul, 2021 2 commits
  16. 13 May, 2021 1 commit
  17. 27 Apr, 2021 1 commit
  18. 21 Apr, 2021 1 commit
  19. 14 Jan, 2021 1 commit
  20. 06 Oct, 2020 1 commit
  21. 05 Oct, 2020 1 commit
  22. 11 Jun, 2020 1 commit
  23. 11 Feb, 2020 1 commit
  24. 16 Dec, 2019 1 commit
  25. 27 Nov, 2019 1 commit
    • 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
  26. 05 Nov, 2019 1 commit
  27. 28 Oct, 2019 1 commit
  28. 30 Sep, 2019 1 commit
  29. 25 Sep, 2019 1 commit
  30. 24 Sep, 2019 1 commit
  31. 05 Sep, 2019 1 commit
  32. 25 Jun, 2019 1 commit
  33. 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
  34. 09 Mar, 2019 1 commit