1. 04 Jun, 2019 2 commits
  2. 03 Jun, 2019 1 commit
  3. 09 May, 2019 1 commit
  4. 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
  5. 24 Sep, 2018 1 commit
  6. 12 Sep, 2018 1 commit
  7. 10 Jul, 2018 1 commit
  8. 09 Jul, 2018 1 commit
    • stuartmorgan's avatar
      Add Windows support to defaultTargetPlatform (#19176) · 32941a8c
      stuartmorgan authored
      A significant amonut of code uses defaultTargetPlatform, so it's
      currently impossible to run most apps on Windows. This adds a mapping
      from Windows as a host to Android as a target, paralleling the
      macOS->iOS and Linux->Android mappings.
      
      This allows more use of Windows as a host platform (e.g., for testing,
      as in issue #17768).
      32941a8c
  9. 21 Sep, 2017 1 commit
  10. 05 Apr, 2017 1 commit
  11. 18 Feb, 2017 1 commit
  12. 19 Oct, 2016 1 commit
  13. 18 Aug, 2016 1 commit
  14. 11 Aug, 2016 1 commit
    • 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. 26 Jul, 2016 1 commit
  16. 25 Jul, 2016 1 commit