-
Notifications
You must be signed in to change notification settings - Fork 390
Open
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestcontributions-welcomeContributions welcome to help resolve this (the resolution is expected to be clear from the issue)Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)package:httptype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug
Description
Hi Dart team 👋
I’d like to ask if there are any plans to provide a WinHTTP-based implementation for the http package on Windows, similar to how:
• cronet_http is used on Android
• cupertino_http is used on iOS/macOS
Currently, there’s no native Windows equivalent. As a result, apps using Dart/Flutter on Windows rely solely on the default Dart HTTP stack, which may not take advantage of Windows’ native networking capabilities (e.g. WinHTTP, proxy integration, certificate management, etc.).
This would also help resolve long-standing issues such as:
flutter/flutter#26359
vanyasem and glanium
Metadata
Metadata
Assignees
Labels
P3A lower priority bug or feature requestA lower priority bug or feature requestcontributions-welcomeContributions welcome to help resolve this (the resolution is expected to be clear from the issue)Contributions welcome to help resolve this (the resolution is expected to be clear from the issue)package:httptype-enhancementA request for a change that isn't a bugA request for a change that isn't a bug