mirror of
https://github.com/rrousselGit/riverpod.git
synced 2025-08-15 10:11:27 +08:00
Fix CI
This commit is contained in:
@ -23,7 +23,7 @@ class MyHomePage extends HookConsumerWidget {
|
||||
child: CircularProgressIndicator(),
|
||||
),
|
||||
error: (err, stack) {
|
||||
if (err is DioError) {
|
||||
if (err is DioException) {
|
||||
return Text(
|
||||
err.response!.data.toString(),
|
||||
);
|
||||
|
Reference in New Issue
Block a user