1. 03 Jun, 2019 1 commit
  2. 27 Mar, 2019 1 commit
  3. 12 Mar, 2019 1 commit
    • Kate Lovett's avatar
      Update to ListView Sample Code in API Docs (#29072) · c4ffbb5e
      Kate Lovett authored
      * Updated ListView Sample code with more examples for different constructors and also to match asset diagrams.
      
      * Fixed MIA semicolons.
      
      * Code cleanup.
      
      * Added context for ListView.builder example.
      
      * Analyzer does not like const and static usages.
      
      * Replaced the const declarations with final. The analyzer does not like the use of const here, at all.
      
      * Fixed parameterized declarations.
      c4ffbb5e
  4. 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
  5. 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
  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. 03 Feb, 2019 1 commit
  8. 29 Jan, 2019 1 commit
  9. 18 Jan, 2019 1 commit
  10. 09 Jan, 2019 1 commit
  11. 08 Jan, 2019 1 commit
  12. 07 Jan, 2019 1 commit
  13. 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
  14. 08 Nov, 2018 1 commit
  15. 02 Nov, 2018 1 commit
  16. 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
  17. 25 Oct, 2018 1 commit
  18. 09 Oct, 2018 1 commit
  19. 12 Sep, 2018 1 commit
  20. 07 Sep, 2018 2 commits
  21. 29 Aug, 2018 2 commits
  22. 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
  23. 16 Aug, 2018 1 commit
  24. 06 Jul, 2018 1 commit
  25. 21 Jun, 2018 1 commit
  26. 13 Jun, 2018 1 commit
  27. 05 Jun, 2018 1 commit
  28. 04 May, 2018 1 commit
  29. 03 May, 2018 1 commit
  30. 20 Mar, 2018 1 commit
  31. 19 Jan, 2018 1 commit
  32. 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
  33. 02 Dec, 2017 1 commit
  34. 30 Nov, 2017 1 commit
  35. 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
  36. 31 Oct, 2017 1 commit
  37. 05 Oct, 2017 1 commit
  38. 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