1. 13 Jan, 2021 1 commit
  2. 21 Nov, 2020 1 commit
  3. 14 Oct, 2020 1 commit
  4. 09 Oct, 2020 1 commit
  5. 28 Sep, 2020 1 commit
  6. 23 Sep, 2020 1 commit
    • 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
  7. 10 Sep, 2020 1 commit
  8. 08 Sep, 2020 1 commit
  9. 02 Sep, 2020 1 commit
  10. 04 Aug, 2020 1 commit
  11. 11 Jul, 2020 1 commit
  12. 09 Jul, 2020 2 commits
  13. 23 Jun, 2020 1 commit
  14. 11 Jun, 2020 1 commit
  15. 18 May, 2020 1 commit
  16. 21 Apr, 2020 1 commit
  17. 20 Apr, 2020 1 commit
  18. 31 Mar, 2020 1 commit
  19. 26 Mar, 2020 1 commit
  20. 13 Feb, 2020 1 commit
  21. 27 Jan, 2020 1 commit
  22. 25 Jan, 2020 1 commit
  23. 17 Jan, 2020 2 commits
  24. 07 Jan, 2020 1 commit
  25. 04 Dec, 2019 1 commit
  26. 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
  27. 10 Oct, 2019 1 commit
  28. 08 Oct, 2019 1 commit
  29. 30 Sep, 2019 1 commit
  30. 06 Aug, 2019 1 commit
  31. 24 Apr, 2019 1 commit
    • Anthony's avatar
      [Material] Update slider and slider theme with new sizes, shapes, and color... · 96f15c74
      Anthony authored
      [Material] Update slider and slider theme with new sizes, shapes, and color mappings (2nd attempt) (#31564)
      
      #30390 was rolled back. This PR will re-roll it forward.
      
      This PR makes a number of changes to the visual appearance of material sliders:
      
      Sizes/Shapes
      ** enabled thumb radius from 6 to 10
      ** disabled thumb radius from 4 to 10 with no gap
      ** default track shape is a rounded rect rather than a rect
      **
      Colors
      ** all of the colors now use the new color scheme
      ** overlay opacity has been reduce from 16% to 12%
      ** value indicator text color now respects the indicator it is on by using onPrimary
      ** disabledThumb color no respects the surface it is on by using onSurface
      The slider theme is also now constructed consistently with other theme objects within the ThemeData. By default, all values are null, and have default values that are resolved in the slider itself, rather than in the slider theme.
      96f15c74
  32. 20 Apr, 2019 1 commit
  33. 18 Apr, 2019 1 commit
    • Anthony's avatar
      [Material] Update slider and slider theme with new sizes, shapes, and color mappings (#30390) · b1039f0f
      Anthony authored
      This PR makes a number of changes to the visual appearance of material sliders:
      
      Sizes/Shapes
      ** enabled thumb radius from 6 to 10
      ** disabled thumb radius from 4 to 10 with no gap
      ** default track shape is a rounded rect rather than a rect
      **
      Colors
      ** all of the colors now use the new color scheme
      ** overlay opacity has been reduce from 16% to 12%
      ** value indicator text color now respects the indicator it is on by using onPrimary
      ** disabledThumb color no respects the surface it is on by using onSurface
      The slider theme is also now constructed consistently with other theme objects within the ThemeData. By default, all values are null, and have default values that are resolved in the slider itself, rather than in the slider theme.
      b1039f0f
  34. 12 Sep, 2018 1 commit
  35. 07 Sep, 2018 1 commit
  36. 02 Aug, 2018 1 commit
  37. 27 Jul, 2018 1 commit
  38. 23 Jul, 2018 1 commit