Skip to content

Commit 36f98e9

Browse files
authored
Fix a bug where BrowserClient was listed as requiring Flutter (#1077)
1 parent db7f165 commit 36f98e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/http/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ Some well supported implementations are:
124124
| Implementation | Supported Platforms | SDK | Caching | HTTP3/QUIC | Platform Native |
125125
| -------------- | ------------------- | ----| ------- | ---------- | --------------- |
126126
| `package:http`[`IOClient`][ioclient] | Android, iOS, Linux, macOS, Windows | Dart, Flutter ||||
127-
| `package:http`[`BrowserClient`][browserclient] | Web | Flutter || ✅︎ | ✅︎ | Dart, Flutter |
127+
| `package:http`[`BrowserClient`][browserclient] | Web | Dart, Flutter || ✅︎ | ✅︎ | Dart, Flutter |
128128
| [`package:cupertino_http`][cupertinohttp][`CupertinoClient`][cupertinoclient] | iOS, macOS | Flutter | ✅︎ | ✅︎ | ✅︎ |
129129
| [`package:cronet_http`][cronethttp][`CronetClient`][cronetclient] | Android | Flutter | ✅︎ | ✅︎ ||
130130
| [`package:fetch_client`][fetch][`FetchClient`][fetchclient] | Web | Dart, Flutter | ✅︎ | ✅︎ | ✅︎ |

0 commit comments

Comments
 (0)