I tried in several ways but no https support seems to be available.
Flutter is going to enforce the use of https as Android since API 28 and iOS since v9 are requesting it too
(https://flutter.dev/docs/release/breaking-changes/network-policy-ios-android)
I could allow it in the AndroidManifest but this would be unsafe (as password would travel clearly).
Please, think about adding https support.
Thanks in advance
I tried in several ways but no https support seems to be available. Flutter is going to enforce the use of https as Android since API 28 and iOS since v9 are requesting it too (https://flutter.dev/docs/release/breaking-changes/network-policy-ios-android) I could allow it in the AndroidManifest but this would be unsafe (as password would travel clearly). Please, think about adding https support. Thanks in advance