1. 07 Sep, 2016 2 commits
  2. 02 Sep, 2016 2 commits
  3. 01 Sep, 2016 2 commits
  4. 30 Aug, 2016 2 commits
  5. 29 Aug, 2016 3 commits
  6. 27 Aug, 2016 1 commit
  7. 26 Aug, 2016 3 commits
  8. 25 Aug, 2016 1 commit
  9. 23 Aug, 2016 1 commit
  10. 20 Aug, 2016 1 commit
  11. 19 Aug, 2016 2 commits
  12. 18 Aug, 2016 2 commits
  13. 15 Aug, 2016 3 commits
  14. 11 Aug, 2016 4 commits
    • Dragoș Tiselice's avatar
      Added LayoutChangedNotifier. (#5304) · de448c20
      Dragoș Tiselice authored
      Added a simple widget that automatically dispatches a
      LayoutChangedNotification when its child changes layout.
      de448c20
    • Dragoș Tiselice's avatar
      Added clipping opt-out for Stack. (#5326) · fd119f4f
      Dragoș Tiselice authored
      Added a flag that instructs Stack how to deal with overflowing
      children: they can either be clipped or not.
      fd119f4f
    • Ian Hickson's avatar
    • Ian Hickson's avatar
      Improve our scroll physics on iOS (#5340) · 17cdc889
      Ian Hickson authored
      Changes in this patch:
      - iOS now uses a different scrollDrag constant than Android.
         - ScrollConfigurationDelegate now knows about target platforms.
         - ScrollBehaviors now know about target platforms.
         - RawInputLine now has to be told what platform it's targetting.
         - PageableList now has a concept of target platform.
      - make debugPrintStack filter its stack.
         - move debugPrintStack to `assertions.dart`.
      - add support for limiting the number of frames to debugPrintStack.
      - make defaultTargetPlatform default to android in test environments.
      - remove OverscrollStyle and MaterialApp's overscrollStyle argument. You
        can now control the overscroll style using Theme.platform.
      - the default scroll configuration is now private to avoid people
        relying on the defaultTargetPlatform getter in their subclasses (since
        they really should use Theme.of(context).platform).
      - fix some typos I noticed in some tests.
      - added a test for flinging scrollables, that checks that the behavior
        differs on the two target platforms.
      - made flingFrom and fling in the test API pump the frames.
      - added more docs to the test API.
      - made the TestAsyncUtils.guard() method report uncaught errors to help
        debug errors when using that API.
      17cdc889
  15. 09 Aug, 2016 2 commits
  16. 05 Aug, 2016 3 commits
  17. 04 Aug, 2016 5 commits
  18. 03 Aug, 2016 1 commit