initial commit to gitea
This commit is contained in:
@@ -57,7 +57,7 @@ class Util {
|
||||
);
|
||||
},
|
||||
errorBuilder: (BuildContext context, Object object, StackTrace stackTrace) {
|
||||
print(stackTrace);
|
||||
print('StackTrace: $stackTrace');
|
||||
if (errorWidget != null) {
|
||||
return errorWidget(context, null, null);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user