Dart format with latest SDK (#90)

Also fix dependencies
4 files changed
tree: b41cd0f9cdd00847d6f0867ab85a9c7558e0149b
  1. .github/
  2. lib/
  3. test/
  4. .gitignore
  5. .status
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. LICENSE
  9. pubspec.yaml
  10. README.md
README.md

http_io

Build Status

The HTTP APIs in dart:io are pure Dart code not relying on native runtime calls. To enable faster development and bug fixes, these APIs are moving out of dart:io into this package.

Watch the dart-misc mailing list for news about deprecation and migration.