1. 18 Jun, 2020 1 commit
  2. 16 Jun, 2020 1 commit
  3. 15 Jun, 2020 1 commit
  4. 11 Jun, 2020 1 commit
  5. 18 May, 2020 1 commit
  6. 28 Apr, 2020 1 commit
  7. 22 Apr, 2020 1 commit
  8. 17 Apr, 2020 1 commit
  9. 20 Mar, 2020 1 commit
  10. 14 Jan, 2020 1 commit
  11. 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
  12. 24 Sep, 2019 1 commit
  13. 03 Sep, 2019 1 commit
    • Greg Spencer's avatar
      Make disabled buttons/chips/text fields not be focusable. (#38726) · 8daa165d
      Greg Spencer authored
      This changes the behavior of text fields, Material buttons, and Chips so that if they are disabled they lose focus. Before this change, it was possible to disable a control and then use focus traversal to reach it anyhow, and in the case of text fields, enter text into a disabled field.
      
      Fixes #33985
      8daa165d
  14. 28 Aug, 2019 1 commit
  15. 02 Aug, 2019 1 commit
  16. 27 Jun, 2019 1 commit
  17. 03 Jun, 2019 1 commit
  18. 09 Mar, 2019 1 commit
  19. 21 Feb, 2019 1 commit
  20. 14 Jan, 2019 1 commit
    • Justin McCandless's avatar
      InputDecorator Count Widget (#25095) · de2470ff
      Justin McCandless authored
      * Allow a widget to be specified for the textfield count, and allow no count at all
      
      * Test all possible states for counter and counterText
      
      * Docs for counter
      
      * counter is a function that generates a widget
      
      * Tests use counter as function
      
      * Fix analyze error in docs
      
      * InputDecoration has counter widget, TextField has buildCounter function
      
      * InputDecorator tests expect counter to be widget again and include
      buildCounter
      
      * counter widget example that might actually fit
      
      * Clarify accessiblity concerns in docs
      
      * Include isFocused param for accessibility
      
      * Fix analyze error
      
      * Improve docs per code review
      
      * Rearrange getEffectiveDecoration a bit for clarity
      
      * Fix analyze error about hashValues params
      
      * Clean up docs and redundant code per code review
      
      * Code review doc improvement
      
      * Automatically wrap buildCounter widget in a Semantics widget for accessibility
      de2470ff
  21. 11 Dec, 2018 1 commit
  22. 16 Oct, 2018 1 commit
  23. 12 Sep, 2018 1 commit
  24. 19 Jul, 2018 1 commit
  25. 02 Jul, 2018 1 commit
  26. 26 Jun, 2018 1 commit
  27. 09 Apr, 2018 1 commit
  28. 03 Jan, 2018 1 commit
  29. 11 Dec, 2017 1 commit