We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8cbbefc commit a24b82cCopy full SHA for a24b82c
example/lib/detail_page.dart
@@ -29,7 +29,7 @@ class DetailPage extends StatelessWidget {
29
loaderFunction: loadDetail,
30
refresherFunction: loadDetail,
31
initialContent: comment,
32
- logger: print,
+ logger: debugPrint,
33
);
34
},
35
messageHandler: (context, message, _) {
0 commit comments