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
the issue is that parseDartFile is deprecated, and should be replaced with parseFile
I included the modification in #9, and also added a limit to <0.41.0 (latest version)
It seems that the depency for analyzer need to limit to <0.41.0, otherwise an error may occur.
The text was updated successfully, but these errors were encountered: