Flutter – Why is build_runner is succeeding with 0 outputs?
I have a simple Dart class that is using the package Dio in one of its methods. In the class's corresponding test file, I'm trying to mock Dio by placing @GenerateMocks([Dio]) above the main method. I then ran dart run…