Build a Dart HTTP client using Java APIs
- Mentors
- Hossein Yousefi, Brian Quinlan
- Organization
- Dart
- Technologies
- android, java, flutter, dart, jni
- Topics
- http
Create a new HTTP client for the Dart programming language that conforms to the package:http Client interface and uses native Java HTTP APIs through package:jnigen.
Using native Java HTTP APIs will allow us to provide several key features requested by our users, such as supporting the system-configured proxy, honouring user-installed and user-disabled certificate authority (CA) certificates, and supporting KeyStore PrivateKeys.