1. 28 Aug, 2017 1 commit
    • Ian Hickson's avatar
      RTL: Padding, Flex (#11709) · f235a2c1
      Ian Hickson authored
      * Introduce a Directionality inherited widget which sets the ambient LTR vs RTL mode (defaulting to null, which means you cannot use directionality-influenced values).
      
      * Make it possible to configure Padding (including Container.padding and Container.margin) using a directionality-agnostic EdgeInsets variant.
      
      * Provide textDirection and verticalDirection controls on Row and Column to make them RTL-aware.
      
      * Introduce a variant of FractionalOffset based on the EdgeInsets variant. Not yet actually used.
      
      * Fix all the tests that depended on Row defaulting to LTR.
      f235a2c1
  2. 18 Aug, 2017 1 commit
  3. 08 Aug, 2017 1 commit
  4. 03 Aug, 2017 1 commit
  5. 28 Jul, 2017 1 commit
  6. 25 Jul, 2017 1 commit
  7. 17 Jul, 2017 1 commit
  8. 14 Jun, 2017 2 commits
  9. 13 Jun, 2017 1 commit
  10. 12 Jun, 2017 1 commit
  11. 09 Jun, 2017 1 commit
  12. 03 Jun, 2017 1 commit
  13. 21 May, 2017 1 commit
  14. 28 Apr, 2017 1 commit
  15. 27 Apr, 2017 1 commit
  16. 25 Apr, 2017 1 commit
  17. 23 Apr, 2017 1 commit
  18. 21 Apr, 2017 1 commit
  19. 18 Apr, 2017 2 commits
  20. 14 Apr, 2017 1 commit
  21. 13 Apr, 2017 2 commits
  22. 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
  23. 05 Apr, 2017 1 commit
  24. 31 Mar, 2017 1 commit
  25. 27 Mar, 2017 1 commit
  26. 22 Mar, 2017 1 commit
  27. 14 Mar, 2017 1 commit
  28. 13 Mar, 2017 1 commit
  29. 04 Mar, 2017 1 commit
  30. 01 Mar, 2017 1 commit
  31. 26 Feb, 2017 1 commit
  32. 21 Feb, 2017 1 commit
    • Adam Barth's avatar
      Call onPageChanged at the halfway mark (#8302) · 862fc051
      Adam Barth authored
      Previously we called onPageChanged when the scroll ended, but that is too late.
      Now we call onPageChanged when we cross the halfway mark, which, for example,
      makes the tab indicator update earlier.
      
      Fixes #8265
      862fc051
  33. 18 Feb, 2017 1 commit
  34. 17 Feb, 2017 1 commit
    • Adam Barth's avatar
      Two becomes one (#8253) · e0b12ca1
      Adam Barth authored
      Rename all the "2" classes related to scrolling to remove the "2". Now that the
      old scrolling code is gone, we don't need to use the suffix.
      e0b12ca1
  35. 15 Feb, 2017 1 commit
  36. 08 Feb, 2017 2 commits