You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@quoc-huynh-cosee You are right, It turns out that this functionality was released in a stable form in Dart version 3.3.0 and that scenario was not contemplated.
Describe the error
With the version 1.1.4 the dart_code_linter package, the following code raises a lint warning on the line
final Asset asset
:This warning is should not be triggered, as the Asset is a valid extension type. The warning does not occur in version 1.1.3 of dart_code_linter
How to replicate the bug
Step by step to reproduce the error:
The text was updated successfully, but these errors were encountered: