1. 24 Sep, 2019 1 commit
  2. 23 Sep, 2019 1 commit
  3. 23 Aug, 2019 1 commit
  4. 01 Aug, 2019 1 commit
  5. 25 Jul, 2019 1 commit
  6. 03 Apr, 2019 1 commit
  7. 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
  8. 20 Feb, 2019 1 commit
  9. 15 Jan, 2019 1 commit
    • Chris Bracken's avatar
      Add asserts for @required parameters (#26449) · d7458e3d
      Chris Bracken authored
      Adds asserts on required constructor parameters to a transition widgets.
      This improves debuggability for those who aren't developing with live
      analysis. e.g. when `turns` is not specified in a RotationTransition
      constructor:
      
        package:flutter/src/widgets/transitions.dart: Failed assertion: line 43 pos 15: 'listenable != null': is not true.
      
      becomes:
      
        package:flutter/src/widgets/transitions.dart': Failed assertion: line 259 pos 15: 'turns != null': is not true.
      d7458e3d
  10. 21 Dec, 2018 1 commit
  11. 18 Dec, 2018 1 commit
  12. 08 Nov, 2018 1 commit
  13. 03 Oct, 2018 1 commit
  14. 12 Sep, 2018 1 commit
  15. 07 Sep, 2018 1 commit
  16. 28 Aug, 2018 2 commits
  17. 12 Aug, 2018 1 commit
  18. 10 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Visibility widget (#20365) · 21f22ed3
      Ian Hickson authored
      * Visibility widget
      
      This attempts to address the confusion around how to hide a widget subtree.
      
      * Apply review comments
      
      * More clarifications
      21f22ed3
  19. 31 Jul, 2018 1 commit
  20. 25 Jul, 2018 1 commit
    • Greg Spencer's avatar
      Enhance SizeTransition docs (#19721) · ed0f4e03
      Greg Spencer authored
      Updated documentation of SizeTransition, since I found it less than intuitive.
      
      I added some constructor asserts to make the (existing) contract more clear.
      ed0f4e03
  21. 05 Jun, 2018 1 commit
  22. 03 May, 2018 1 commit
  23. 23 Apr, 2018 1 commit
  24. 20 Mar, 2018 1 commit
  25. 12 Mar, 2018 1 commit
  26. 10 Mar, 2018 1 commit
  27. 02 Feb, 2018 1 commit
  28. 19 Jan, 2018 1 commit
  29. 21 Dec, 2017 1 commit
  30. 30 Nov, 2017 1 commit
  31. 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
  32. 25 Oct, 2017 1 commit
  33. 03 Oct, 2017 1 commit
  34. 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
  35. 11 Sep, 2017 1 commit
  36. 18 Aug, 2017 1 commit
  37. 03 Aug, 2017 1 commit
  38. 25 Jul, 2017 1 commit
  39. 09 Jun, 2017 1 commit