mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-15 02:06:53 +08:00
Add devtool bindings (#356)
This commit is contained in:
@ -81,7 +81,7 @@ final paginatedQuestionsProvider = FutureProvider.autoDispose
|
||||
final page = parsed.copyWith(
|
||||
items: parsed.items.map((e) {
|
||||
final document = parse(e.body);
|
||||
return e.copyWith(body: document.body.text.replaceAll('\n', ' '));
|
||||
return e.copyWith(body: document.body!.text.replaceAll('\n', ' '));
|
||||
}).toList(),
|
||||
);
|
||||
|
||||
|
Reference in New Issue
Block a user