Fix broken links.
This commit is contained in:
+1
-1
@@ -58,7 +58,7 @@ void dispose() {
|
||||
}
|
||||
```
|
||||
|
||||
The `StreamChannelListController` is basically a [`PagedValueNotifier`](./paged_value_notifier.mdx) that notifies you when the list of channels has changed.
|
||||
The `StreamChannelListController` is basically a [`PagedValueNotifier`](./paged_value_listenable_builder.mdx) that notifies you when the list of channels has changed.
|
||||
You can use a [`PagedValueListenableBuilder`](./paged_value_listenable_builder.mdx) to build your UI depending on the latest channels.
|
||||
|
||||
```dart
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ void dispose() {
|
||||
}
|
||||
```
|
||||
|
||||
The `StreamMessageSearchListController` is basically a [`PagedValueNotifier`](./paged_value_notifier.mdx) that notifies you when the list of responses has changed.
|
||||
The `StreamMessageSearchListController` is basically a [`PagedValueNotifier`](./paged_value_listenable_builder.mdx) that notifies you when the list of responses has changed.
|
||||
You can use a [`PagedValueListenableBuilder`](./paged_value_listenable_builder.mdx) to build your UI depending on the latest responses.
|
||||
|
||||
```dart
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ void dispose() {
|
||||
}
|
||||
```
|
||||
|
||||
The `StreamUserListController` is basically a [`PagedValueNotifier`](./paged_value_notifier.mdx) that notifies you when the list of users has changed.
|
||||
The `StreamUserListController` is basically a [`PagedValueNotifier`](./paged_value_listenable_builder.mdx) that notifies you when the list of users has changed.
|
||||
You can use a [`PagedValueListenableBuilder`](./paged_value_listenable_builder.mdx) to build your UI depending on the latest users.
|
||||
|
||||
```dart
|
||||
|
||||
Reference in New Issue
Block a user