flutter/dev/integration_tests/platform_interaction
Jonah Williams 88cc977384
Remove package:http from Flutter (#15416)
* 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
2018-03-22 08:21:01 -07:00
..
android Update and simplify Android templates (#13970) 2018-01-08 15:01:43 +01:00
ios Remove app.flx and add flutter_assets to project.pbxproj of all example apps (#13649) 2017-12-18 20:08:30 +01:00
lib Prefer const constructors (#11853) 2017-08-31 08:55:21 +02:00
test_driver Add more debugging information to aid in tracking down flakes. (#13220) 2017-11-28 15:58:16 -08:00
pubspec.yaml Remove package:http from Flutter (#15416) 2018-03-22 08:21:01 -07:00
README.md Add integration test for platform interaction (#11580) 2017-08-11 10:38:12 +02:00

platform_interaction

Integration test of platform interaction.