This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Description
The first time I ran this command it worked fine and gave me an output after 30 seconds or so. Later executions just show nothing for hours just Analyzing testability for methodName and I don't see any errors anywhere.
Edit: I tried making some bloc members public and it seems to be able to read the events but I really don't want to do that. As shown over here in the AppBloc, https://bloclibrary.dev/#/flutterfirebaselogintutorial?id=bloc the onEvents are supposed to be private not public and I believe that's a good coding practice even in the repository layers. I hope you can update the package to be able to support private members because it's seems like a cool idea.