1. 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
  2. 03 Feb, 2019 1 commit
  3. 29 Jan, 2019 1 commit
  4. 18 Jan, 2019 1 commit
  5. 09 Jan, 2019 1 commit
  6. 08 Jan, 2019 1 commit
  7. 07 Jan, 2019 1 commit
  8. 15 Nov, 2018 1 commit
    • Justin McCandless's avatar
      Handle a missing ListView separator as an error (#24312) · f9bccb02
      Justin McCandless authored
      * Handle a missing ListView separator as an error
      
      * Handle missing item, and errors in itemBuilder and separatorBuilder
      
      * CR fixes and move error handling into sliver.dart to handle all ListView constructors
      
      * Only show an error for null separatorBuilder value in debug mode
      f9bccb02
  9. 08 Nov, 2018 1 commit
  10. 02 Nov, 2018 1 commit
  11. 30 Oct, 2018 1 commit
    • Ian Hickson's avatar
      [H] Cleanup (#23632) · 4a094de2
      Ian Hickson authored
      * Avoid abbreviations
      
      * Sample code for AppBar.leading
      
      * Add a test for OverflowBox/FractionallySizedBox
      
      * Minor wording improvements in the text.
      
      The words "note that" here don't really contribute to the flow.
      4a094de2
  12. 25 Oct, 2018 1 commit
  13. 09 Oct, 2018 1 commit
  14. 12 Sep, 2018 1 commit
  15. 07 Sep, 2018 2 commits
  16. 29 Aug, 2018 2 commits
  17. 21 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Cleanup (#20754) · 94f9604a
      Ian Hickson authored
      - remove an //ignore that is no longer needed
      - fix some intrinsic methods that used the API incorrectly (shouldn't affect correctness but should make things a tiny bit more efficient)
      - add some asserts to help track down bugs quicker
      - update a TODO to point to the currently relevant bug
      - fix some indenting
      - improve the naming of some privates to improve readability
      94f9604a
  18. 16 Aug, 2018 1 commit
  19. 06 Jul, 2018 1 commit
  20. 21 Jun, 2018 1 commit
  21. 13 Jun, 2018 1 commit
  22. 05 Jun, 2018 1 commit
  23. 04 May, 2018 1 commit
  24. 03 May, 2018 1 commit
  25. 20 Mar, 2018 1 commit
  26. 19 Jan, 2018 1 commit
  27. 08 Dec, 2017 1 commit
    • xster's avatar
      Let translucent Cupertino bars have its scaffold children automatically pad... · ecf50418
      xster authored
      Let translucent Cupertino bars have its scaffold children automatically pad their heights - second try (#13440)
      
      * Let translucent Cupertino bars have its scaffold children automatically pad their heights (#13194)
      
      * Let lists automatically add sliver padding from media query. Translucent nav and tab bars leave behind media query paddings in scaffolds.
      
      * tests
      
      * const lint
      
      * Rename base abstract class to generalized ObstructingPreferredSizeWidget
      
      * review
      
      * More docs and comments from #13317
      ecf50418
  28. 02 Dec, 2017 1 commit
  29. 30 Nov, 2017 1 commit
  30. 17 Nov, 2017 1 commit
    • Greg Spencer's avatar
      Fix spelling errors in all the dartdocs. (#13061) · 0259be90
      Greg Spencer authored
      I got tired of drive-by spelling fixes, so I figured I'd just take care of them all at once.
      
      This only corrects errors in the dartdocs, not regular comments, and I skipped any sample code in the dartdocs. It doesn't touch any identifiers in the dartdocs either. No code changes, just comments.
      0259be90
  31. 31 Oct, 2017 1 commit
  32. 05 Oct, 2017 1 commit
  33. 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
  34. 24 Sep, 2017 1 commit
  35. 07 Sep, 2017 1 commit
  36. 05 Sep, 2017 1 commit
  37. 31 Aug, 2017 1 commit
  38. 03 Aug, 2017 1 commit