Bump dart-lang/setup-dart from 0.3 to 1 (#89)

Bumps [dart-lang/setup-dart](https://github.com/dart-lang/setup-dart) from 0.3 to 1.
- [Release notes](https://github.com/dart-lang/setup-dart/releases)
- [Changelog](https://github.com/dart-lang/setup-dart/blob/main/CHANGELOG.md)
- [Commits](https://github.com/dart-lang/setup-dart/compare/v0.3...v1)

---
updated-dependencies:
- dependency-name: dart-lang/setup-dart
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 file changed
tree: 72c1ddf4b822d4396e0427c6968ba90d04604386
  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.