1. 27 May, 2023 1 commit
  2. 11 May, 2023 1 commit
    • Qun Cheng's avatar
      Reorder `materialStateProperty` defaults (#125905) · 4e7e4512
      Qun Cheng authored
      Fixes #122250. This PR is to make sure all the MaterialStateProperty defaults are able to correctly resolve different states. 
      * When a widget is pressed, it is also hovered, so we need to put the `MaterialState.pressed` check before `MaterialState.hovered`. 
      * When a widget is focused, the widget should still be able to be hovered, so we should check `MaterialState.hovered` before `MaterialState.focused`.
      * There are also cases like in _InputDecoratorDefaultsM3, the `MaterialState.disabled` should be checked before `MaterialState.error`.
      
       the order should be disabled, (error), pressed, hovered, focused.
      4e7e4512
  3. 22 Mar, 2023 1 commit
  4. 24 Jan, 2023 1 commit
  5. 24 Oct, 2022 1 commit
  6. 22 Aug, 2022 1 commit
  7. 10 Aug, 2022 1 commit
  8. 23 Jun, 2022 1 commit
  9. 25 May, 2022 1 commit
  10. 19 May, 2022 1 commit
  11. 29 Apr, 2022 1 commit
  12. 27 Apr, 2022 1 commit
  13. 14 Apr, 2022 1 commit
  14. 07 Apr, 2022 1 commit
  15. 31 Mar, 2022 1 commit
  16. 04 Feb, 2022 1 commit
  17. 19 Nov, 2021 1 commit
  18. 30 Jun, 2021 1 commit
  19. 31 Mar, 2021 1 commit
  20. 05 Feb, 2021 1 commit
  21. 14 Jan, 2021 1 commit
  22. 02 Dec, 2020 1 commit
  23. 21 Nov, 2020 1 commit
  24. 02 Nov, 2020 2 commits
  25. 30 Oct, 2020 1 commit
  26. 10 Oct, 2020 1 commit
  27. 06 Oct, 2020 1 commit
  28. 05 Oct, 2020 1 commit
  29. 13 Jul, 2020 1 commit
  30. 11 Jun, 2020 1 commit
  31. 28 May, 2020 1 commit
  32. 25 Jan, 2020 1 commit
  33. 22 Jan, 2020 1 commit
  34. 13 Dec, 2019 1 commit
  35. 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
  36. 24 Sep, 2019 1 commit
  37. 13 Sep, 2019 1 commit
  38. 20 Aug, 2019 1 commit
  39. 16 Aug, 2019 1 commit
    • Shi-Hao Hong's avatar
      Toggle buttons docs (#38635) · ff0eca64
      Shi-Hao Hong authored
      * Add toggle buttons assets
      
      * Reorder video location, reduce height of videos
      
      * Reduce height of toggle buttons assets
      ff0eca64