New lint suggestion: uncaught_async_error_in_try_catch
#59364
Labels
area-devexp
For issues related to the analysis server, IDE support, linter, `dart fix`, and diagnostic messages.
devexp-linter
Issues with the analyzer's support for the linter package
linter-lint-request
P4
type-enhancement
A request for a change that isn't a bug
I suggest the lint
uncaught_async_error_in_try_catch
(or a better name), for the example bellow:Without a lint the issue above is not simple to detect and debug and can generate many bugs.
The text was updated successfully, but these errors were encountered: