Skip to content

Commit

Permalink
Fix runWithClient link in README (#1184)
Browse files Browse the repository at this point in the history
Use `[]` to treat the content as a link reference label instead of `()`
to treat it as a URL.
  • Loading branch information
natebosch committed Apr 30, 2024
1 parent e459e5c commit 78b2a9a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions pkgs/http/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
## 1.2.2-wip

## 1.2.1

* Require Dart `^3.3`
Expand Down
2 changes: 1 addition & 1 deletion pkgs/http/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ In Flutter, you can use a one of many

If you depend on code that uses top-level functions (e.g. `http.post`) or
calls the [`Client()`][clientconstructor] constructor, then you can use
[`runWithClient`](runwithclient) to ensure that the correct
[`runWithClient`][runwithclient] to ensure that the correct
`Client` is used. When an [Isolate][isolate] is spawned, it does not inherit
any variables from the calling Zone, so `runWithClient` needs to be used in
each Isolate that uses `package:http`.
Expand Down
2 changes: 1 addition & 1 deletion pkgs/http/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: http
version: 1.2.1
version: 1.2.2-wip
description: A composable, multi-platform, Future-based API for HTTP requests.
repository: https://github.com/dart-lang/http/tree/master/pkgs/http

Expand Down

0 comments on commit 78b2a9a

Please sign in to comment.