1. 05 Sep, 2023 1 commit
  2. 10 Aug, 2023 1 commit
  3. 17 Jul, 2023 1 commit
  4. 20 Jun, 2023 1 commit
  5. 13 Jun, 2023 1 commit
  6. 15 May, 2023 1 commit
  7. 17 Apr, 2023 1 commit
  8. 29 Mar, 2023 1 commit
  9. 15 Nov, 2022 1 commit
  10. 22 Aug, 2022 1 commit
  11. 06 Jun, 2022 1 commit
    • Jiun Kim's avatar
      [Stepper] Add Alternative Label on horizontal-type Stepper (#91496) · a939d9d7
      Jiun Kim authored
      * Add label on Step
      
      * Add _buildLabelText, _labelStyle
      
      * Update _buildHorizontal with _buildLabelText
      
      * Fix Redundant Center widgets
      
      * Fix Unnecessary Column Widget
      
      * Fix Unnecessary import
      
      * Fix Unnecessary Container
      
      * Set label style to bodyText1 to match title style
      
      * Update test for Alternative Label
      
      * Fix code format
      
      * Update label docstring
      
      * Update to test textstyle of label
      
      * Update to Test `TextStyles` of Label
      
      * Fix typo in inline comments
      
      * Update for Stepper type to `horizontal`
      
      * Restore `_buildVerticalHeader`
      
      * Update docstring, `Only [StepperType.horizontal]`
      
      * Update for Readability
      
      * Add `_isLabel` method
      
      * Update `Horizontal height` with `_isLabel`
      
      * Update to make `_buildIcon` centered
      
      * Fix for `curly_braces_in_flow_control_structures`
      a939d9d7
  12. 25 May, 2022 1 commit
  13. 14 Apr, 2022 1 commit
  14. 11 Apr, 2022 1 commit
  15. 08 Oct, 2021 3 commits
  16. 02 Sep, 2021 1 commit
  17. 27 Aug, 2021 1 commit
  18. 23 Aug, 2021 1 commit
  19. 14 Jun, 2021 1 commit
  20. 28 Apr, 2021 1 commit
  21. 10 Mar, 2021 1 commit
  22. 06 Mar, 2021 1 commit
  23. 29 Oct, 2020 1 commit
  24. 13 Oct, 2020 1 commit
  25. 20 Aug, 2020 1 commit
  26. 06 Aug, 2020 1 commit
  27. 17 Jul, 2020 1 commit
  28. 11 Jun, 2020 1 commit
  29. 28 Jan, 2020 1 commit
  30. 23 Jan, 2020 1 commit
  31. 22 Jan, 2020 1 commit
  32. 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
  33. 31 Oct, 2019 1 commit
    • Greg Spencer's avatar
      Don't allow Disabled InkWells to be focusable (#43848) · 0028887a
      Greg Spencer authored
      Makes sure that disabled InkWell/InkResponse and widgets that use them don't allow themselves to be focused.
      
      ListTile, PopupMenu, and Stepper were not setting canRequestFocus properly on the InkWell, and InkWell was allowing focus even if it was disabled (it was basically just relying on the containing widget to set canRequestFocus properly). Now InkWell must both be enabled (have an onTap or similar) and have canRequestFocus set to true.
      0028887a
  34. 28 Oct, 2019 1 commit
  35. 24 Sep, 2019 1 commit
  36. 09 Jul, 2019 1 commit
  37. 20 Jun, 2019 1 commit
  38. 21 Feb, 2019 1 commit