1. 23 Oct, 2017 4 commits
  2. 22 Oct, 2017 1 commit
  3. 21 Oct, 2017 2 commits
  4. 20 Oct, 2017 11 commits
  5. 19 Oct, 2017 18 commits
  6. 18 Oct, 2017 4 commits
    • Michael Goderbauer's avatar
      Redesign Semantic Tree Compilation Algorithm (#12605) · f8a2bd20
      Michael Goderbauer authored
      * Oct 12 10:12am
      
      * implicit_semantics_test.dart passes
      
      * refactoring
      
      * works in nice
      
      * minor rename
      
      * more doc comments
      
      * to be explicit check better
      
      * fix test
      
      * ++
      
      * ++
      
      * semantics_9_test (BlockSemantics) and implicit_semantics_test are passing
      
      * doc updates
      
      * tiny refactor
      
      * fix static errors in tests
      
      * fix gesture detector
      
      * ++
      
      * ++
      
      * geometry
      
      * ++
      
      * remove noGeometry
      
      * revert test
      
      * +
      
      * all tests but scrolling/clipping pass
      
      * clipping works
      
      * scrolling halfway
      
      * sliver tests pass
      
      * ALL TESTS PASS
      
      * SemanticsNode changed
      
      * docs and tiny fixes
      
      * card test
      
      * more doc comments
      
      * remove missed print
      
      * more tests
      
      * make test pass on Linux
      
      * remove changes to intellij proj file
      
      * review comments
      f8a2bd20
    • Collin Jackson's avatar
      0.0.17 dev version (#12593) · d47d2687
      Collin Jackson authored
      d47d2687
    • Michael Goderbauer's avatar
      Make Tab take a widget as child (#12613) · 9baca001
      Michael Goderbauer authored
      * Make Tab take a widget as child
      
      This way you can override the semantics information of a Tab (see test).
      
      Fixes https://github.com/flutter/flutter/issues/12432
      
      * more tests
      
      * review comments
      
      * review comment
      
      * doc nits
      
      * style fix
      9baca001
    • Mihail Slavchev's avatar
      Workaround a connection issue on iOS 11.0.x (#12444) · af0afff1
      Mihail Slavchev authored
      On iOS 11.0.x ideviceinfo fails with the following message
      ERROR: Could not connect to lockdownd, error code -3
      
      This workaround should also work for #12330
      af0afff1