1. 05 Jun, 2018 3 commits
  2. 01 Jun, 2018 1 commit
  3. 30 May, 2018 2 commits
  4. 29 May, 2018 1 commit
  5. 28 May, 2018 2 commits
  6. 24 May, 2018 2 commits
  7. 21 May, 2018 1 commit
  8. 18 May, 2018 3 commits
  9. 11 May, 2018 2 commits
  10. 10 May, 2018 2 commits
  11. 09 May, 2018 1 commit
  12. 08 May, 2018 1 commit
    • Todd Volkert's avatar
      Make runAsync() run in child zone, not root zone (#17359) · 2ba0deb7
      Todd Volkert authored
      Some APIs (such as the ones in package:test) assume you're running
      in a child zone of the test zone by attempting to extract information
      from the zone values. When we run runAsync() in the root zone, those
      zone values are lost, and such API methods don't work.
      
      The solution is to run in a child zone, but with a specification that
      says to use the Root zone for task scheduling (both timers and
      microtakss).
      2ba0deb7
  13. 07 May, 2018 1 commit
    • Todd Volkert's avatar
      Golden file fixes (#17299) · 52e46056
      Todd Volkert authored
      1. Make goldenFileComparator getter return `null` if it's set to the
         uninitialized comparator, which matches the behavior of the setter
         (it sets it to the uninitialized comparator if the caller specifies
         `null`).
      2. Make the uninitialized comparator return trivial success (and print
         a message) when asked to compare as opposed to throwing. This ensures
         that the comparator will play nicely with live widget bindings
      3. Augment documentation
      4. Add assert that test doesn't modify the value of `autoUpdateGoldenFiles`
      52e46056
  14. 04 May, 2018 3 commits
  15. 03 May, 2018 1 commit
  16. 01 May, 2018 1 commit
  17. 30 Apr, 2018 3 commits
  18. 28 Apr, 2018 2 commits
  19. 10 Apr, 2018 1 commit
  20. 09 Apr, 2018 1 commit
  21. 04 Apr, 2018 1 commit
  22. 03 Apr, 2018 1 commit
  23. 23 Mar, 2018 1 commit
  24. 22 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Remove package:http from Flutter (#15416) · 88cc9773
      Jonah Williams authored
      * use HttpOverrides and dart:io HttpClient in flutter
      
      * add missing package:http dependency
      
      * update flutter packages and remove comment about createHttpClient from flutter_test
      
      * move byte loading logic to common class, move string parsing logic to base class
      
      * addAll doesn't work for a Uint8List
      
      * use bytes.setRange
      
      * undo addition to hello_world
      
      * add newline to end of binding.dart
      
      * and a newline for hello world
      
      * refactor to function and add tests
      
      * address comments on unknown length case
      
      * alignment
      
      * sort alaphabetically
      
      * rename convertResponse to consolidateClientHttpClientResponseBytes.  Add header
      
      * fix alignment in test
      88cc9773
  25. 21 Mar, 2018 1 commit
    • Jonah Williams's avatar
      Traverse dependencies and dev dependencies separately (#15581) · ad9506d2
      Jonah Williams authored
      * traverse dependencies and dev dependencies separately
      
      * separate dev and reg deps
      
      * update pubspecs
      
      * add checksum string and update transitive dep string.  Add additional verify command to check checksum
      
      * cleanup comments
      
      * add missing space, quote, run verify-onlu from bot script
      
      * rerun tool with fixed string
      
      * ensure correct working directory and bump versions
      
      * flutter not flutterRoot
      ad9506d2
  26. 19 Mar, 2018 1 commit