1. 27 May, 2019 1 commit
  2. 25 May, 2019 1 commit
    • Chris Bracken's avatar
      Americanise spellings (#33323) · 156b4220
      Chris Bracken authored
      Updates documentation and non-public API to use American spellings for
      consistency with the rest of the codebase.
      
      No changes to behaviour... other than how it's spelt.
      156b4220
  3. 21 May, 2019 1 commit
  4. 20 May, 2019 1 commit
  5. 17 May, 2019 2 commits
  6. 14 May, 2019 3 commits
  7. 13 May, 2019 1 commit
  8. 10 May, 2019 1 commit
  9. 09 May, 2019 2 commits
  10. 06 May, 2019 1 commit
  11. 04 May, 2019 1 commit
  12. 01 May, 2019 1 commit
  13. 30 Apr, 2019 1 commit
  14. 29 Apr, 2019 1 commit
  15. 26 Apr, 2019 1 commit
  16. 25 Apr, 2019 2 commits
  17. 23 Apr, 2019 1 commit
  18. 22 Apr, 2019 3 commits
    • xster's avatar
      Add more shuffle cupertino icons (#31326) · 30637bfe
      xster authored
      30637bfe
    • Greg Spencer's avatar
      Implement focus traversal for desktop platforms, shoehorn edition. (#30040) · 4218c0bc
      Greg Spencer authored
      Implements focus traversal for desktop platforms, including re-implementing the existing focus manager and focus tree.
      
      This implements a Focus widget that can be put into a widget tree to allow input focus to be given to a particular part of a widget tree.
      
      It incorporates with the existing FocusScope and FocusNode infrastructure, and has minimal breakage to the API, although FocusScope.reparentIfNeeded is removed, replaced by a call to FocusAttachment.reparent(), so this is a breaking change:
      
      FocusScopeNodes must now be attached to the focus tree using FocusScopeNode.attach, which takes a context and an optional onKey callback, and returns a FocusAttachment that should be kept by the widget that hosts the FocusScopeNode. This is necessary because of the need to make sure that the focus tree reflects the widget hierarchy.
      
      Callers that used to call FocusScope(context).reparentIfNeeded in their build method will call reparent  on a FocusAttachment instead, which they will obtain by calling FocusScopeNode.attach in their initState method. Widgets that own FocusNodes will need to call dispose on the focus node in their dispose method.
      
      Addresses #11344, #1608, #13264, and #1678
      Fixes #30084
      Fixes #26704
      4218c0bc
    • Justin McCandless's avatar
      Text field scroll physics (#31088) · 6e1b143f
      Justin McCandless authored
      TextField and CupertinoTextField can now specify scrollPhysics. Cupertino defaults to bouncing now.
      6e1b143f
  19. 17 Apr, 2019 3 commits
  20. 16 Apr, 2019 1 commit
  21. 15 Apr, 2019 1 commit
  22. 11 Apr, 2019 2 commits
  23. 05 Apr, 2019 2 commits
  24. 29 Mar, 2019 1 commit
  25. 28 Mar, 2019 1 commit
  26. 27 Mar, 2019 3 commits
  27. 26 Mar, 2019 1 commit