1. 04 Mar, 2017 1 commit
  2. 01 Mar, 2017 1 commit
  3. 18 Feb, 2017 1 commit
  4. 16 Feb, 2017 1 commit
  5. 09 Feb, 2017 1 commit
  6. 07 Feb, 2017 1 commit
  7. 03 Feb, 2017 1 commit
  8. 20 Jan, 2017 2 commits
  9. 18 Jan, 2017 1 commit
  10. 17 Jan, 2017 1 commit
    • Adam Barth's avatar
      Fix several minor bugs and add many tests (#7506) · 2b742289
      Adam Barth authored
      * MultiTapGestureRecognizer previously would assert if there was no
         competition.
       * GestureArenaTeam would always select the first recongizer as the
         winner even if a later recognizer actually accepted the pointer
         sequence.
       * debugPrintStack would fail a type check if maxFrames was non-null.
       * FractionalOffset.lerp would throw a null-pointer exception if its
         second argument was null.
      
      Also, add a number of tests for previously untested lines of code.
      2b742289
  11. 11 Jan, 2017 2 commits
  12. 10 Jan, 2017 1 commit
  13. 20 Dec, 2016 1 commit
  14. 09 Dec, 2016 1 commit
  15. 30 Sep, 2016 2 commits
  16. 28 Sep, 2016 1 commit
    • Ian Hickson's avatar
      Fix globalToLocal and update spinning_mixed (#6035) · e01592a0
      Ian Hickson authored
      * globalToLocal was just broken when there was a rotation and a
        translation at the same time. This fixes that and adds a test.
      
      * update graphic used by spinning_mixed since the old one went 404.
      
      * simplify some of the code in the demo.
      
      * fix MatrixUtils.transformPoint to be consistent with how we transform
        points elsewhere.
      
      * stop transforming points elsewhere, just use
        MatrixUtils.transformPoint.
      
      * make the Widget binding handle not having a root element.
      
      * make the spinning_mixed demo update its widget tree.
      e01592a0
  17. 27 Sep, 2016 2 commits
  18. 20 Sep, 2016 1 commit
  19. 15 Sep, 2016 2 commits
  20. 18 Aug, 2016 1 commit
  21. 02 Aug, 2016 1 commit
  22. 29 Jul, 2016 1 commit
  23. 07 Apr, 2016 1 commit
  24. 14 Mar, 2016 1 commit
  25. 12 Mar, 2016 1 commit
  26. 11 Mar, 2016 1 commit
    • Ian Hickson's avatar
      Fix crash when dumping the app if it uses RichText · 7cf2dbdf
      Ian Hickson authored
      Specifically:
      
      * Handle null styles in TextSpan without crashing in toString().
      
      * Handle null children in TextSpan child lists without crashing in
        toString().
      
      * Handle entirely empty TextSpans in toString() explicitly.
      
      * Assert that TextSpans don't contain nulls in various places. This is
        done more often than one might think necessary, because it turns out
        that TextSpan takes a (mutable) List for one of its arguments, so
        who knows what it will contain at any given time. By asserting all
        over the place, hopefully we'll catch it near the change if they do
        change it.
      
      * Add a RichText example to Stocks to exercise RichText and TextSpans.
      
      See also: https://github.com/flutter/flutter/issues/2514, https://github.com/flutter/flutter/issues/2519
      7cf2dbdf
  27. 08 Mar, 2016 1 commit
  28. 25 Feb, 2016 1 commit
  29. 16 Dec, 2015 1 commit