1. 15 Dec, 2023 1 commit
  2. 09 Oct, 2023 1 commit
  3. 17 Aug, 2023 1 commit
    • Bernardo Ferrari's avatar
      Improve and optimize non-uniform Borders. (#124417) · b7046b32
      Bernardo Ferrari authored
      ~~Using the same priority order as a Border without borderRadius, it is possible to draw them on top of each other. This is better than the current behavior (crash!) and would work well for a "one color on top, another on bottom" scenario.~~
      
      ~~With this, if approved, we move the current number of possible exceptions from 4 to 1 (`BoxShape.circle` + `borderRadius`).~~
      
      ~~It is kind of odd how `borderRadius.zero` to `borderRadius != BorderRadius.zero` change, but I think it is better than crashing. Alternatively, we just remove the "original function" and see if any goldens are affected.~~
      
      <img width="448" alt="image" src="https://user-images.githubusercontent.com/351125/236550350-7499d758-5b44-40e6-9105-32671eb21998.png">
      
      Another one for @gspencergoog. If this works, we could make the paint method public and re-use in the InputBorder PR (if that's also approved). Single line fix.
      b7046b32
  4. 11 Jul, 2023 1 commit
  5. 24 Mar, 2023 1 commit
  6. 07 Oct, 2022 1 commit
  7. 25 Aug, 2022 1 commit
  8. 21 Aug, 2022 1 commit
  9. 19 Aug, 2022 1 commit
  10. 16 Aug, 2022 1 commit
  11. 15 Aug, 2022 1 commit
  12. 19 May, 2022 1 commit
  13. 08 Oct, 2021 3 commits
  14. 27 Jan, 2021 1 commit
  15. 03 Oct, 2020 1 commit
  16. 29 Jul, 2020 1 commit
  17. 17 Jul, 2020 1 commit
  18. 14 Jul, 2020 1 commit
  19. 11 Jun, 2020 1 commit
  20. 27 Jan, 2020 1 commit
  21. 17 Jan, 2020 1 commit
  22. 16 Jan, 2020 1 commit
  23. 06 Jan, 2020 1 commit
  24. 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
  25. 17 Apr, 2019 1 commit
  26. 08 Apr, 2019 1 commit
    • Todd Volkert's avatar
      Add `const Border.uniform()` (#30640) · 0b8403b6
      Todd Volkert authored
      `Border.all()` is a factory constructor and thus not const
      constructible. This change adds a `const Border.uniform()`
      constructor and makes `Border.all()` delegate to it. This allows
      callers to more likely be able to make their widget tree const
      constructible.
      0b8403b6
  27. 12 Sep, 2018 1 commit
  28. 02 Aug, 2018 1 commit
  29. 27 Jul, 2018 1 commit
  30. 23 Jul, 2018 1 commit
  31. 16 Jul, 2018 2 commits
  32. 20 Jun, 2018 1 commit
  33. 19 Jun, 2018 1 commit
  34. 02 Feb, 2018 1 commit
  35. 01 Feb, 2018 1 commit
  36. 05 Oct, 2017 1 commit
  37. 02 Oct, 2017 1 commit