1. 28 Aug, 2018 17 commits
  2. 27 Aug, 2018 8 commits
  3. 26 Aug, 2018 2 commits
  4. 25 Aug, 2018 1 commit
  5. 24 Aug, 2018 10 commits
  6. 23 Aug, 2018 2 commits
    • Danny Tuppeny's avatar
      Start logger in startProgress to avoid assertion failure (#20814) · dc5a5c18
      Danny Tuppeny authored
      * Start logger in startProgress to avoid assertion failure
      
      There are lots of places that create a Status() and all but two of them call ..start() immediately. This is one of the places that doesn't, which causes an assertion failure when running with --enable-asserts and the other is in the same file (I suspect it's also incorrect, but possibly it's never used - I'll look at that separately when I can trace some code that calls it).
      
      Fixes #20812.
      
      * Enable asserts for tools tests
      
      * Fix lint
      
      * Rename enableAsserts -> enableFlutterToolAsserts
      
      To make it clearer that it only enables asserts for flutter_tools when set.
      dc5a5c18
    • amirh's avatar
      Don't size Android views to (0,0) (#20956) · 1ba16d55
      amirh authored
      Virtual displays must have a non zero size. This was causing a crash:
      https://github.com/flutter/flutter/issues/20456
      1ba16d55