[skip ci]

- Revert disabling UI error reporting as it will also disable some errors from the view models
- Fix warnings in node list row (potential nullability issue fix)
This commit is contained in:
OmarHatem 2023-01-24 02:46:22 +02:00
parent d79b481d3e
commit c1c49e878e
2 changed files with 3 additions and 10 deletions

View file

@ -57,10 +57,7 @@ Future<void> main() async {
WidgetsFlutterBinding.ensureInitialized();
FlutterError.onError = (errorDetails) {
// if not a UI error
if (errorDetails.library != "widgets library") {
_onError(errorDetails);
}
_onError(errorDetails);
};
/// A callback that is invoked when an unhandled error occurs in the root