1. 03 Oct, 2018 1 commit
  2. 12 Sep, 2018 1 commit
  3. 07 Sep, 2018 1 commit
  4. 28 Aug, 2018 2 commits
  5. 12 Aug, 2018 1 commit
  6. 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
  7. 31 Jul, 2018 1 commit
  8. 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
  9. 05 Jun, 2018 1 commit
  10. 03 May, 2018 1 commit
  11. 23 Apr, 2018 1 commit
  12. 20 Mar, 2018 1 commit
  13. 12 Mar, 2018 1 commit
  14. 10 Mar, 2018 1 commit
  15. 02 Feb, 2018 1 commit
  16. 19 Jan, 2018 1 commit
  17. 21 Dec, 2017 1 commit
  18. 30 Nov, 2017 1 commit
  19. 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
  20. 25 Oct, 2017 1 commit
  21. 03 Oct, 2017 1 commit
  22. 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
  23. 11 Sep, 2017 1 commit
  24. 18 Aug, 2017 1 commit
  25. 03 Aug, 2017 1 commit
  26. 25 Jul, 2017 1 commit
  27. 09 Jun, 2017 1 commit
  28. 09 May, 2017 1 commit
  29. 08 May, 2017 1 commit
  30. 03 May, 2017 1 commit
  31. 23 Apr, 2017 1 commit
  32. 21 Apr, 2017 1 commit
  33. 17 Apr, 2017 1 commit
  34. 13 Apr, 2017 1 commit
  35. 11 Apr, 2017 1 commit
    • xster's avatar
      Rename State.config to widget everywhere (#9273) · 89a7fdfc
      xster authored
      Rename State.config to State.widget
      Rename State.didUpdateConfig to State.didUpdateWidget
      Renamed all State subclasses' local variables named config to something else
      89a7fdfc
  36. 17 Mar, 2017 1 commit
  37. 04 Mar, 2017 1 commit
  38. 01 Mar, 2017 1 commit
  39. 14 Feb, 2017 1 commit
    • Ian Hickson's avatar
      Positioned.fromRelativeRect (#8123) · 8ecaff29
      Ian Hickson authored
      Since RelativeRect's whole purpose in life is to make work with Stack
      easier, it's silly that you can't directly use it with Positioned.
      
      Also, tests for RelativeRect.
      And fixes for the bugs that found...
      8ecaff29