1. 11 Mar, 2016 4 commits
  2. 10 Mar, 2016 4 commits
  3. 09 Mar, 2016 2 commits
    • Adam Barth's avatar
      Test harness should check for running Timers and AnimationControllers · 0d7b0f9e
      Adam Barth authored
      After running a widget test, we now clear out the widget tree and check that we
      didn't leak any timers or animations.
      
      Also, fix several bugs that this addtional check revealed.
      
      Fixes #2481
      0d7b0f9e
    • Adam Barth's avatar
      Remove //examples/widgets · e4b1eab8
      Adam Barth authored
      Most of the remaining widget examples are actually manual tests. This patch
      moves them into //dev/manual_tests. A couple are examples of using services,
      which I've moved to //examples/layers/services. The remainder are out-dated and
      are removed by this patch.
      e4b1eab8
  4. 08 Mar, 2016 2 commits
  5. 07 Mar, 2016 1 commit
  6. 04 Mar, 2016 1 commit
  7. 03 Mar, 2016 4 commits
  8. 02 Mar, 2016 5 commits
  9. 01 Mar, 2016 1 commit
  10. 29 Feb, 2016 2 commits
  11. 27 Feb, 2016 1 commit
    • Adam Barth's avatar
      Remove AnimationDirection · 3bbeee7b
      Adam Barth authored
      This concept is now private to AnimationController. All the clients actually
      want the AnimationStatus.
      3bbeee7b
  12. 26 Feb, 2016 4 commits
  13. 25 Feb, 2016 3 commits
  14. 24 Feb, 2016 1 commit
    • Adam Barth's avatar
      Improve TextSpan · fb4dbf45
      Adam Barth authored
      Now we just have one TextSpan class that handles both simple strings, trees of
      children, and styling both. This approach simplifies the interface for most
      clients.
      
      This patch also removes StyledText, which was weakly typed and tricky to use
      correctly. The replacement is RichText, which is strongly typed and uses
      TextSpan.
      fb4dbf45
  15. 23 Feb, 2016 2 commits
  16. 22 Feb, 2016 1 commit
    • Adam Barth's avatar
      Remove ThemeData.primarySwatch · 2c2fa238
      Adam Barth authored
      In the dark theme, there isn't really a primary swatch, so this API was
      a sandtrap. Instead, be explicit about the colors we need for various
      widgets in the theme.
      
      Fixes #1277
      2c2fa238
  17. 21 Feb, 2016 2 commits