tree: 93918bf25696d7354765840cb0598d51a79a10df [path history] [tgz]
  1. example/
  2. lib/
  3. test/
  4. .gitattributes
  5. .gitignore
  6. analysis_options.yaml
  7. CHANGELOG.md
  8. jnigen.yaml
  9. LICENSE
  10. pubspec.yaml
  11. README.md
pkgs/java_http/README.md

A Dart package for making HTTP requests using native Java APIs (java.net.HttpURLConnection).

Using native Java APIs has several advantages on Android:

  • Support for KeyStore PrivateKeys (#50669)
  • Support for the system proxy (#50434)
  • Support for user-installed certificates (#50435)

Status: Experimental

NOTE: This package is currently experimental and published under the labs.dart.dev pub publisher in order to solicit feedback.

For packages in the labs.dart.dev publisher we generally plan to either graduate the package into a supported publisher (dart.dev, tools.dart.dev) after a period of feedback and iteration, or discontinue the package. These packages have a much higher expected rate of API and breaking changes.

Your feedback is valuable and will help us evolve this package. For general feedback and suggestions please comment in the feedback issue. For bugs, please file an issue in the bug tracker.