forked from Henry-Hiles/nexus
Fix inline widgets
This commit is contained in:
parent
bbe36ff86f
commit
3ab8451a64
7 changed files with 40 additions and 33 deletions
|
|
@ -34,6 +34,7 @@ New Value: ${newValue is AsyncData ? newValue.value : newValue}
|
|||
void showError(Object error, [StackTrace? stackTrace]) {
|
||||
if (error.toString().contains("DioException")) return;
|
||||
if (error.toString().contains("UTF-16")) return;
|
||||
if (error.toString().contains("Invalid image data")) return;
|
||||
|
||||
debugPrintStack(stackTrace: stackTrace, label: error.toString());
|
||||
if (navigatorKey.currentContext != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue