I want to implement unit and widget tests on my downloaded flutterflow code to detect minor bugs on my app.
However, the current flutterflow code only supports integration tests and does not allow me to inject mock instances of Firebase and Firestore to run these tests. Since I am not familiar with Flutter, refactoring code should take an enormous time.
Do you know if there are any alternatives to achieve test-driven development more easily?