1. 15 Dec, 2023 1 commit
  2. 01 Sep, 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. 07 Aug, 2023 1 commit
  5. 12 Jul, 2023 1 commit
  6. 13 Jun, 2023 1 commit
    • Qun Cheng's avatar
      Update unit tests in material library for Material 3 (#128725) · a5f8b64e
      Qun Cheng authored
      Updates most of the unit tests in the packages/flutter/test/material folder so that they'll pass if ThemeData.useMaterial3 defaults to true.
      
      All of the tests have wired useMaterial3 to false and will need to be updated with a M3 version.
      
      related to #127064
      a5f8b64e
  7. 02 Feb, 2023 1 commit
  8. 04 Mar, 2021 1 commit
  9. 04 Feb, 2021 1 commit
  10. 13 Oct, 2020 1 commit
  11. 11 Jun, 2020 1 commit
  12. 16 Dec, 2019 1 commit
  13. 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
  14. 03 Sep, 2019 1 commit
  15. 16 Aug, 2019 1 commit
  16. 08 Jun, 2019 1 commit
  17. 04 Oct, 2018 1 commit
  18. 27 Sep, 2018 1 commit
    • jslavitz's avatar
      Vertical divider (#22377) · 657a41ed
      jslavitz authored
      * Add vertical divider option.
      
      * added vertical divider
      
      * restored hello world
      
      * final changes
      
      * a few changes
      
      * comment fixes
      
      * added VerticalDivider
      
      * few changes
      
      * comment changes:
      
      * ultra nits
      657a41ed
  19. 02 Aug, 2018 1 commit
  20. 27 Jul, 2018 1 commit
  21. 23 Jul, 2018 1 commit
  22. 16 Jul, 2018 2 commits
  23. 11 Sep, 2017 1 commit
  24. 13 Jun, 2017 1 commit
  25. 23 Apr, 2017 1 commit
  26. 04 Mar, 2017 1 commit
  27. 28 Jun, 2016 1 commit