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
PR #2786 fixes the issue where riverpod_graph doesn't handle xxx.new tearoffs
The problem analyzing examples/pub is not addressed in the PR. I believe the problem with examples/pub is that there is a provider missing the call method being checked against in the analyzer's visitInstanceCreationExpression. That leaves the node analyzed as an InstanceCreationExpressionImpl which is an unexpected type.
Describe the bug
flutter_graph fails when analyzing several of the example projects
To Reproduce
generating a graph for
examples/marvel
returnsgenerating a graph for
examples\pub
returnsExpected behavior
A graph should be emitted instead of an error. It works correctly for other examples like counter and todo
The text was updated successfully, but these errors were encountered: