1. 16 Dec, 2015 1 commit
  2. 04 Dec, 2015 1 commit
  3. 03 Dec, 2015 1 commit
    • Hixie's avatar
      buildForwardTransition() · bc5307f5
      Hixie authored
      For those times when you want to do something as you move away from a
      route into the next one, as well as when you move into it from the
      previous one.
      bc5307f5
  4. 23 Nov, 2015 1 commit
  5. 16 Nov, 2015 1 commit
    • Hixie's avatar
      More resilient Widget tests · d041f3ea
      Hixie authored
      - force the time dilation to 1.0 for the Widget tests, so that a local
        change doesn't break all the tests during development.
      - add missing license block to all the files.
      - set ui.window.onBeginFrame to null when you use WidgetTester, so that
        the engine doesn't trigger any confusing frames after our fake frames.
      d041f3ea
  6. 28 Oct, 2015 1 commit
    • Hixie's avatar
      Fix crash when removing a card in card_collection · a8a32a97
      Hixie authored
      MixedViewport didn't use the building:true flag when locking itself, so
      when it caused a rebuild of its children, we assumed that nobody was
      allowed to mark things dirty below the list, and things crashed when
      Inherited people did in fact rebuild.
      
      Also:
       - default offset for MixedViewport
       - don't bother rebuilding if the underlying RenderObject is going to
         rebuild anyway for some reason
       - better docs for the "items must have keys" assert
       - keep the FlipComponent stuff together in test_widgets.dart
      a8a32a97
  7. 15 Oct, 2015 1 commit
  8. 10 Oct, 2015 1 commit
  9. 01 Oct, 2015 2 commits
  10. 24 Sep, 2015 1 commit
    • Hixie's avatar
      Rename ComponentState and use initState(). · c3b3b71b
      Hixie authored
      ComponentState becomes State, for brevity.
      Instead of overriding its constructor, override initState().
      This makes writing States much simpler.
      c3b3b71b
  11. 23 Sep, 2015 1 commit