1. 06 May, 2019 1 commit
  2. 04 May, 2019 1 commit
  3. 01 May, 2019 2 commits
  4. 30 Apr, 2019 1 commit
  5. 29 Apr, 2019 2 commits
  6. 25 Apr, 2019 3 commits
  7. 23 Apr, 2019 1 commit
  8. 22 Apr, 2019 1 commit
    • 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
  9. 17 Apr, 2019 1 commit
  10. 16 Apr, 2019 1 commit
  11. 15 Apr, 2019 1 commit
  12. 11 Apr, 2019 2 commits
  13. 05 Apr, 2019 1 commit
    • LongCatIsLooong's avatar
      Provide a default IconTheme in CupertinoTheme (#30521) · e153883d
      LongCatIsLooong authored
      -* Inserted an `IconTheme` widget under `CupertinoTheme` to provide a default icon color when using `CupertinoTheme`.
      * Changed `CupertinoTheme` to a `StatelessWidget`, to match the implementation of `Theme`
      * Changed the nesting order of `Theme`'s sub widgets, to let `Theme.iconTheme` take precedence, so that `Theme`'s behavior is kept as is.
      e153883d
  14. 29 Mar, 2019 1 commit
  15. 28 Mar, 2019 1 commit
  16. 27 Mar, 2019 2 commits
  17. 26 Mar, 2019 1 commit
  18. 22 Mar, 2019 3 commits
  19. 21 Mar, 2019 1 commit
  20. 20 Mar, 2019 1 commit
  21. 09 Mar, 2019 2 commits
  22. 07 Mar, 2019 1 commit
  23. 06 Mar, 2019 1 commit
  24. 04 Mar, 2019 1 commit
  25. 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
  26. 26 Feb, 2019 1 commit
  27. 25 Feb, 2019 2 commits
  28. 23 Feb, 2019 1 commit
  29. 21 Feb, 2019 2 commits