1. 04 Oct, 2019 1 commit
  2. 02 Oct, 2019 2 commits
    • Greg Spencer's avatar
      Add shortcuts and actions for default focus traversal (#40186) · bedf46d0
      Greg Spencer authored
      This adds the default shortcuts and actions for keyboard-based focus traversal of apps.
      
      This list of shortcuts includes shortcuts for TAB, SHIFT TAB, RIGHT_ARROW, LEFT_ARROW, UP_ARROW, DOWN_ARROW, and the four DPAD keys for game controllers (because the DPAD produces arrow key events).
      
      It doesn't yet include functionality for triggering a control (e.g. SPACE, ENTER, or controller buttons), because that involves restructuring some of the Flutter controls to trigger animations differently, and so will be done in another PR (#41220)
      bedf46d0
    • Greg Spencer's avatar
      Add an ActivateAction to controls that use InkWell. (#41220) · 4512a1c1
      Greg Spencer authored
      Adds an ActivateAction to controls that use InkWell. Make InkWell host the Focus for those controls, and add the top level binding to the ENTER key. This will make it possible to trigger a button using the enter key, and to get an ink response when the button is triggered.
      
      This is a breaking change because it moves the Focus widget into the InkWell. If you have a component that uses the InkWell directly and you used to wrap that InkWell in a Focus widget to give it its notion of focus, it will now not look for that Focus ancestor for its focus state anymore. In order to control focus on the InkWell, you need to give it a FocusNode directly, via the new focusNode parameter. This should not affect users of widgets like OutlineButton or FloatingActionButton and the like, since those have been modified in this PR.
      4512a1c1
  3. 28 Sep, 2019 1 commit
  4. 27 Sep, 2019 2 commits
  5. 05 Sep, 2019 1 commit
  6. 27 May, 2019 1 commit
  7. 21 May, 2019 1 commit
  8. 10 May, 2019 1 commit
  9. 05 Apr, 2019 1 commit
  10. 01 Mar, 2019 1 commit
    • Alexandre Ardhuin's avatar
      Add missing trailing commas (#28673) · 387f8854
      Alexandre Ardhuin authored
      * add trailing commas on list/map/parameters
      
      * add trailing commas on Invocation with nb of arg>1
      
      * add commas for widget containing widgets
      
      * add trailing commas if instantiation contains trailing comma
      
      * revert bad change
      387f8854
  11. 28 Feb, 2019 1 commit
    • Greg Spencer's avatar
      Fix spelling errors. (#28657) · ccdd5057
      Greg Spencer authored
      Fix the spelling errors in the dartdocs for the framework.
      
      There are no functionality changes here, just documentation fixes.
      ccdd5057
  12. 07 Feb, 2019 1 commit
  13. 05 Feb, 2019 1 commit
  14. 23 Jan, 2019 1 commit
  15. 15 Jan, 2019 1 commit
  16. 14 Dec, 2018 2 commits
  17. 05 Dec, 2018 1 commit
  18. 20 Nov, 2018 1 commit
  19. 19 Nov, 2018 1 commit
  20. 11 Nov, 2018 1 commit
  21. 09 Nov, 2018 1 commit
  22. 08 Nov, 2018 1 commit
  23. 07 Nov, 2018 1 commit
  24. 05 Nov, 2018 1 commit
  25. 31 Oct, 2018 1 commit
  26. 30 Oct, 2018 1 commit
  27. 23 Oct, 2018 1 commit
  28. 19 Oct, 2018 1 commit
  29. 25 Sep, 2018 3 commits
  30. 19 Sep, 2018 1 commit
  31. 14 Sep, 2018 1 commit
  32. 12 Sep, 2018 1 commit
  33. 07 Aug, 2018 1 commit
  34. 02 Aug, 2018 1 commit
  35. 27 Jul, 2018 1 commit