1. 02 Sep, 2020 1 commit
  2. 24 Aug, 2020 1 commit
  3. 29 Jul, 2020 1 commit
  4. 28 Jul, 2020 1 commit
  5. 21 Jul, 2020 1 commit
  6. 16 Jul, 2020 1 commit
  7. 11 Jul, 2020 1 commit
  8. 08 Jul, 2020 1 commit
  9. 11 Jun, 2020 1 commit
  10. 18 May, 2020 1 commit
  11. 28 Apr, 2020 1 commit
  12. 25 Apr, 2020 1 commit
  13. 17 Apr, 2020 1 commit
  14. 07 Apr, 2020 1 commit
    • Greg Spencer's avatar
      Revise Action API (#42940) · 0f68b46f
      Greg Spencer authored
      This updates the Action API in accordance with the design doc for the changes: flutter.dev/go/actions-and-shortcuts-design-revision
      
      Fixes #53276
      0f68b46f
  15. 20 Feb, 2020 1 commit
  16. 11 Feb, 2020 1 commit
  17. 14 Jan, 2020 1 commit
  18. 08 Jan, 2020 1 commit
  19. 13 Dec, 2019 2 commits
  20. 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
  21. 05 Nov, 2019 1 commit
  22. 28 Oct, 2019 2 commits
  23. 17 Sep, 2019 1 commit
  24. 28 Aug, 2019 1 commit
  25. 02 Aug, 2019 1 commit
  26. 01 Aug, 2019 1 commit
  27. 31 Jul, 2019 1 commit
  28. 30 Jul, 2019 1 commit
  29. 27 Jul, 2019 1 commit
  30. 26 Jul, 2019 1 commit
  31. 27 Jun, 2019 1 commit
  32. 06 Jun, 2019 1 commit
  33. 03 Jun, 2019 1 commit
  34. 15 Mar, 2019 1 commit
    • Justin McCandless's avatar
      Text field height attempt 2 (#29250) · 6d8f5399
      Justin McCandless authored
      Adds the `minLines` and `expands` parameters for controlling text height.  The original PR was reverted, so this one contains a few extra fixes for the tests that were broken.
      6d8f5399
  35. 23 Feb, 2019 1 commit
  36. 01 Feb, 2019 1 commit
  37. 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
  38. 18 Dec, 2018 1 commit