1. 12 Sep, 2018 1 commit
  2. 15 Aug, 2018 1 commit
    • Ian Hickson's avatar
      Shim package:test to avoid matcher issues (#20602) · 686d8f8a
      Ian Hickson authored
      * Upgrade everything except matcher.
      * Roll matcher (and test)
      * Adjust tests that depend on flutter:test directly to depend on a shim
      * Require use of package:test shim and remove other references to package:test
      686d8f8a
  3. 21 Jun, 2018 1 commit
  4. 20 Jun, 2018 1 commit
  5. 19 Jun, 2018 1 commit
  6. 17 May, 2018 1 commit
    • Dan Field's avatar
      Fix consolidate HTTP response and add test (#17082) · 85cb38e7
      Dan Field authored
      * Fix consolidate response and add test
      
      * Update AUTHORS
      
      * ignore content-length
      
      * fix formatting/update comment
      
      * more commas
      
      * Fix consolidate response and add test
      
      * Update AUTHORS
      
      * ignore content-length
      
      * fix formatting/update comment
      
      * more commas
      
      * remove extra newline
      85cb38e7
  7. 16 May, 2018 1 commit
  8. 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