1. 12 Aug, 2019 1 commit
    • Shi-Hao Hong's avatar
      Drawer edge drag width improvements (#37492) · 2003432c
      Shi-Hao Hong authored
      * Added customizable drawer edge drag width parameter to Drawer and Scaffold
      
      * Fix Drawer drag area width for notched devices
      
      * Update Drawer tests to reflect necessary LTR and RTL Drawer edge widths
      2003432c
  2. 25 Jun, 2019 1 commit
  3. 27 May, 2019 1 commit
  4. 02 May, 2019 1 commit
  5. 01 May, 2019 1 commit
  6. 25 Feb, 2019 1 commit
    • jslavitz's avatar
      Breaks the moveBy call from drag and dragFrom into two separate calls and... · 47724f97
      jslavitz authored
      Breaks the moveBy call from drag and dragFrom into two separate calls and changes the default behavior of DragStartBehavior to DragStartBehavior.start (#26438)
      
      * Breaking change which sets the default DragStartBehavior to DragStartBehavior.start and changes WidgetTester.drag and WidgetTester.dragFrom by breaking the moveBy function call into multiple pieces.
      47724f97
  7. 01 Feb, 2019 1 commit
  8. 18 Jan, 2019 1 commit
  9. 09 Jan, 2019 1 commit
  10. 08 Jan, 2019 1 commit
  11. 07 Jan, 2019 1 commit
  12. 18 Dec, 2018 1 commit
  13. 16 Nov, 2018 1 commit
  14. 14 Sep, 2018 1 commit
  15. 13 Sep, 2018 1 commit
  16. 12 Sep, 2018 1 commit
  17. 07 Sep, 2018 1 commit
  18. 14 Aug, 2018 1 commit
  19. 02 Aug, 2018 1 commit
  20. 01 Aug, 2018 1 commit
    • jslavitz's avatar
      Drawer fix (#20015) · d2ab29d2
      jslavitz authored
      * Drawer fix
      
      * fixed nits
      
      * fixed nits
      
      * fixed nits
      
      * final change
      
      * Drawer fix final
      d2ab29d2
  21. 27 Jul, 2018 1 commit
  22. 23 Jul, 2018 1 commit
  23. 16 Jul, 2018 2 commits
  24. 10 Jul, 2018 1 commit
  25. 05 Jun, 2018 1 commit
  26. 20 Apr, 2018 1 commit
  27. 21 Dec, 2017 1 commit
  28. 03 Nov, 2017 1 commit
  29. 02 Nov, 2017 2 commits
  30. 02 Oct, 2017 1 commit
    • Adam Barth's avatar
      Add Alignment, which will replace FractionalOffset (#12342) · 2b126bcd
      Adam Barth authored
      Unlike FractionalOffset, Alignment uses the center as the zero of the
      coordinate system, which makes the RTL math work out much cleaner.
      
      Also, make FractionalOffset into a subclass of Alignment so that clients
      can continue to use FractionalOffset.
      2b126bcd
  31. 01 Sep, 2017 1 commit
  32. 08 Aug, 2017 1 commit
  33. 06 Jul, 2017 1 commit
  34. 03 Jun, 2017 1 commit
  35. 27 May, 2017 1 commit
    • Ian Hickson's avatar
      Much work on the documentation (#10331) · f50caddf
      Ian Hickson authored
      Minor fixes throughout, e.g. removing trailing commas from the end of sample code expressions, changing headings to "sample code" more consistently, removing stale todos, fix typos in a private method name, minor grammar fixes, added some clarifications to CircularProgressIndicator, LinearProgressIndicator, CrossAxisAlignment, added some cross-references to various members, made it slightly clearer that layout algorithms are implementation details.
      
      Clarified "elevation" throughout.
      
      Added docs to InkResponse and InkWell.
      
      Added sample code for: SliverAppBar, Card, ListTile, EdgeInsets, Row, Column, CustomScrollView, ListView, SliverFixedExtentList, and SliverGrid.
      
      Fixes #10317.
      Fixes #10316.
      Fixes #10267. (sort of, see comment therein)
      Fixes #9331. (sort of, see comment therein)
      Fixes #9407. (sort of, see comment therein)
      f50caddf
  36. 05 May, 2017 1 commit
  37. 03 May, 2017 1 commit
  38. 27 Apr, 2017 1 commit