1. 08 Feb, 2020 1 commit
  2. 07 Feb, 2020 1 commit
    • jimshepherd's avatar
      Use state value in DropdownButtonFieldForm (#37145) · 92a335e4
      jimshepherd authored
      The current implementation of DropdownButtonFormField does not pass the initial value to _DropdownButtonFormFieldState. As a result changes made through the child DropdownButton are not made to the FormFieldState and the widget is not updated unless a onChanged function is provided to the DropdownButtomFormField constructor.
      
      This change modifies DropdownButtonFormField to behave more consistently with other FormField widgets in how the Form state is handled.
      92a335e4
  3. 07 Jan, 2020 1 commit
  4. 06 Jan, 2020 1 commit
  5. 21 Dec, 2019 1 commit
  6. 16 Dec, 2019 1 commit
  7. 12 Dec, 2019 1 commit
  8. 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
  9. 08 Nov, 2019 1 commit
    • Greg Spencer's avatar
      Make selected item get focus when dropdown is opened (#43722) · 19778f9e
      Greg Spencer authored
      As it stands, dropdowns currently do not focus the item that is selected, so if you select something on a dropdown, and then close it, and re-open it, then the new item is not auto-focused. This PR changes that so that selected value is focused by default when the dropdown is re-opened.
      19778f9e
  10. 30 Oct, 2019 2 commits
  11. 28 Oct, 2019 2 commits
  12. 25 Oct, 2019 1 commit
  13. 22 Oct, 2019 1 commit
  14. 21 Oct, 2019 1 commit
  15. 18 Oct, 2019 1 commit
  16. 14 Oct, 2019 1 commit
    • Greg Spencer's avatar
      Only dismiss dropdowns if the orientation changes, not the size. (#42482) · dee75839
      Greg Spencer authored
      This changes the DropDownButton so that instead of dismissing itself when any metrics change occurs, it only dismisses itself when the orientation changes.
      
      This gets around the fact that we can't currently have a dropdown and a text field on the same page because the keyboard disappearing when the dropdown gets focus causes a metrics change, and the dropdown immediately disappears when activated.
      
      It still will cause the keyboard to jump up and down between controls, but that's a larger issue. At least now we can use the two together again.
      dee75839
  17. 10 Oct, 2019 1 commit
    • Greg Spencer's avatar
      Re-land keyboard traversal PRs (#42278) · ce150971
      Greg Spencer authored
      This attempts to reland #40186 and #41220, that were reverted in #41945.
      
      The main modifications from the original PRs are that I predefine the shortcuts and actions maps instead of defining them inline in the build function, and I use a new mapEquals to do a deep comparison so that we don't rebuild modified things if the contents of the map haven't changed.
      
      I also eliminated an operator== and hashCode that were defined on the Actions widget, since widgets shouldn't have those. (it's too bad though: I get an 85% speedup if we leave this in! Too bad it prevents rebuilding of the children...)
      
      Fixes #40101
      ce150971
  18. 09 Oct, 2019 2 commits
  19. 04 Oct, 2019 1 commit
  20. 27 Sep, 2019 1 commit
  21. 26 Sep, 2019 1 commit
  22. 17 Sep, 2019 1 commit
  23. 14 Sep, 2019 1 commit
  24. 10 Sep, 2019 1 commit
  25. 28 Jul, 2019 1 commit
  26. 12 Jul, 2019 2 commits
    • Kate Lovett's avatar
      Revert "Part 1: Skia Gold Testing (#33688)" (#36094) · 8809f698
      Kate Lovett authored
      This reverts commit eb0b1790.
      Skia Gold post-submit test were failing due to the service account not being found on Cirrus.
      8809f698
    • Kate Lovett's avatar
      Part 1: Skia Gold Testing (#33688) · eb0b1790
      Kate Lovett authored
      * Fresh PR for Gold integration.
      
      * Nits
      
      * WIP
      
      * Artifacts from merge
      
      * Changed some platform dependencies for web, added library prefix notation for Skia Gold test names.
      
      * Updating for CI implementation
      
      * Write out service account
      
      * Writing to skip out
      
      * WIP
      
      * ++
      
      * Fixing depot tools deps
      
      * Windows depot_tools
      
      * Fixing setup scripts
      
      * ++
      
      * depot tools
      
      * ++
      
      * WIP
      
      * Tracing depot_tools clone
      
      * WIP
      
      * ++
      
      * analyzer
      
      * WIP
      
      * chrome typo
      
      * copy artifact
      
      * Working on tests
      
      * Code cleanup
      
      * ++
      
      * Code cleanup, updated tests
      
      * ++ review feedback
      
      * Review
      
      * Analyzer
      
      * Review feedback
      
      * Nits from review
      
      * PRogress
      
      * ++
      
      * Fixing tests
      
      * ++
      
      * Testing repo route
      
      * Just needing documention around new structures.
      
      * cleanup
      
      * Analyzer
      
      * Documentation updates
      
      * Documentation updates
      
      * Cirrus updates
      
      * cirrus nit
      
      * Review feedback
      
      * Review feedback
      
      * Fixing skip comparator
      
      * Fix base directory for Skia Gold case
      
      * ++
      
      * Feedback
      
      * ++
      
      * Fixed uri assertion
      
      * Made GoldensClient abstract, altered SkiaGoldClient constructor
      
      * Analyzer
      eb0b1790
  27. 18 Jun, 2019 1 commit
  28. 13 Jun, 2019 1 commit
  29. 03 Jun, 2019 3 commits
  30. 29 May, 2019 1 commit
  31. 10 May, 2019 1 commit
  32. 25 Apr, 2019 1 commit
  33. 24 Apr, 2019 1 commit
  34. 21 Mar, 2019 1 commit