1. 16 Nov, 2015 8 commits
    • Hixie's avatar
      Move Material page animations to Material layer. · 309d25d4
      Hixie authored
      PageRoute is now MaterialPageRoute.
      
      This also changes the following:
      
      - Now the HeroController is a Navigator observer, rather than a feature
        of HeroPageRoutes, which are gone. This means heroes can work between
        any kind of ModalRoute now.
      
      - ModalPageRoute is moved from modal_barrier.dart to routes.dart.
      
      - It allows routes to opt-out of their modal barrier being a shortcut to
        popping the route.
      
      - Features of PageRoute that aren't Material-specific get promoted to
        ModalRoute features: storage, the subtree key, offstageness...
      
      The AnimatedModalBarrier is still a ModalRoute feature.
      309d25d4
    • Ian Hickson's avatar
      Merge pull request #384 from Hixie/resilient-tests · 8bc9e1b8
      Ian Hickson authored
      More resilient Widget tests
      8bc9e1b8
    • 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
    • Adam Barth's avatar
      Merge pull request #359 from IvBaranov/flutter_update_fix · 81e1c835
      Adam Barth authored
      Fix quotes error in update flutter bash script
      81e1c835
    • Hans Muller's avatar
      Merge pull request #383 from HansMuller/more_stocks_bugs · b3783a16
      Hans Muller authored
      Give the StockSymbolView's Hero a Key
      
      The StockSymbolBottomSheet includes a Hero, as does the StockSymbolPage and the StockRow. When two or more heroes with the same tag are gathered together Heros.of() expects them to have distinguishing non-null keys. Now they do.
      
      Fixes #382
      b3783a16
    • Hans Muller's avatar
      Give the StockSymbolView's Hero a Key · f7b36f07
      Hans Muller authored
      f7b36f07
    • Ivan Baranov's avatar
      3d99e74b
    • Hans Muller's avatar
      Merge pull request #376 from HansMuller/stocks_bug · 8b1dd598
      Hans Muller authored
      Safely clear SnackBack and BottomSheet placeholders
      
      Correct one stocks demo bug: displaying the stock symbol viewer (single tap on a row) while a BottomSheet or SnackBar was up, would assert.
      
      Thep SnackBack and BottomSheet placeholder keys are cleared when they're obscured by a route with an opaque OverlayEntry. So in that case there's no need to try and clear the placeholder's child again.
      8b1dd598
  2. 14 Nov, 2015 4 commits
  3. 13 Nov, 2015 27 commits
  4. 12 Nov, 2015 1 commit