1. 25 Mar, 2023 1 commit
  2. 27 Feb, 2023 1 commit
  3. 31 Jan, 2023 1 commit
  4. 24 Jan, 2023 1 commit
  5. 31 Oct, 2022 1 commit
  6. 12 Sep, 2022 1 commit
  7. 24 Aug, 2022 1 commit
  8. 19 Aug, 2022 1 commit
  9. 25 May, 2022 1 commit
  10. 14 Apr, 2022 1 commit
  11. 17 Dec, 2021 1 commit
  12. 10 May, 2021 1 commit
  13. 31 Mar, 2021 1 commit
  14. 29 Mar, 2021 1 commit
  15. 27 Mar, 2021 1 commit
  16. 12 Mar, 2021 1 commit
  17. 27 Feb, 2021 1 commit
  18. 16 Feb, 2021 1 commit
  19. 12 Feb, 2021 1 commit
    • Nathan Walker's avatar
      ListTile Material Ripple and Shape Patch (#74373) · 422916d2
      Nathan Walker authored
      This PR replaces the ColoredBox that ListTile uses with an Ink widget. That Ink widget is given a ShapeDecoration with the ListTile's color and shape. This fixes issues where the ListTile color would obscure material ripple effects, and cause the specified shape to not be respected.
      422916d2
  20. 02 Nov, 2020 1 commit
  21. 08 Oct, 2020 1 commit
  22. 06 Oct, 2020 1 commit
  23. 11 Jun, 2020 1 commit
  24. 26 Mar, 2020 1 commit
  25. 08 Jan, 2020 1 commit
  26. 13 Dec, 2019 1 commit
  27. 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
  28. 01 Jul, 2019 1 commit
  29. 28 Jun, 2019 1 commit
  30. 08 Nov, 2018 1 commit
  31. 12 Sep, 2018 1 commit
  32. 07 Sep, 2018 1 commit
  33. 05 Jun, 2018 1 commit
  34. 03 May, 2018 1 commit
  35. 20 Mar, 2018 1 commit
  36. 13 Mar, 2018 1 commit
  37. 07 Mar, 2018 1 commit
    • Josh Soref's avatar
      Spelling (#15229) · c5a5945e
      Josh Soref authored
      * spelling: accommodate
      
      * spelling: allotted
      
      * spelling: anonymous
      
      * spelling: artificial
      
      * spelling: associated
      
      * spelling: asset
      
      * spelling: button
      
      * spelling: canvas
      
      * spelling: compatibility
      
      * spelling: coverage
      
      * spelling: condition
      
      * spelling: decoration
      
      * spelling: deferring
      
      * spelling: diameter
      
      * spelling: direction
      
      * spelling: displacement
      
      * spelling: dropdown
      
      * spelling: needing
      
      * spelling: environment
      
      * spelling: exited
      
      * spelling: expansion
      
      * spelling: explore
      
      * spelling: families
      
      * spelling: horizontal
      
      * spelling: increment
      
      * spelling: indices
      
      * spelling: internationalization
      
      * spelling: labrador
      
      * spelling: localizations
      
      * spelling: midflight
      
      * spelling: milliseconds
      
      * spelling: minimum
      
      * spelling: multiple
      
      * spelling: multiplication
      
      * spelling: navigator
      
      * spelling: overridden
      
      * spelling: package
      
      * spelling: performance
      
      * spelling: platform
      
      * spelling: porsche
      
      * spelling: position
      
      * spelling: preceded
      
      * spelling: precede
      
      * spelling: precedence
      
      * spelling: print
      
      * spelling: property
      
      * spelling: readily
      
      * spelling: reproducibility
      
      * spelling: rounded
      
      * spelling: scroll
      
      * spelling: separate
      
      * spelling: separator
      
      * spelling: services
      
      * spelling: specific
      
      * spelling: specify
      
      * spelling: synchronously
      
      * spelling: through
      
      * spelling: timeout
      
      * spelling: triangle
      
      * spelling: trivial
      
      * spelling: unusual
      
      * spelling: then
      
      * spelling: vertically
      
      * spelling: visible
      
      * spelling: visited
      
      * spelling: voice
      c5a5945e
  38. 11 Jan, 2018 1 commit
    • Ian Hickson's avatar
      The Ink widget (#13900) · 09270dcb
      Ian Hickson authored
      This provides a way to draw colors, images, and general decorations on Material widgets, without interfering with InkWells that are further descendants of the widget.
      
      This thus provides a cleaner way to solve the issue of FlatButtons and InkWells not working when placed over Image widgets than the old hack of introducing a transparency Material.
      
      Fixes #3782.
      
      Also, some fixes to documentation, and remove a redundant property on the Image widget.
      09270dcb