flutter-tdd-clean-architecture-course
flutter-tdd-clean-architecture-course copied to clipboard
Hello, I am learning TDD with the course but I see that it is a little out of date, and now with Flutter 2.0 and null safety it would be...
I want to run test, but this error accurs: ``` Error: Cannot run with sound null safety, because the following dependencies don't support null safety: - package:data_connection_checker For solutions, see...
Great course, thanks a lot. How can I share an entity class between two features that use the same entity?
I just changed a few things here and there and I encountered this weird problem and solution. Full details here :- https://stackoverflow.com/questions/67443531/flutter-using-async-in-testing-produces-an-error-but-using-async-made-it-work
Null-Safety Upgrading pre 1.12 Android project Replace the unsafe data_connection_checker with connectivity_plus Dependencies update
Hello, BLOC tests are failing after upgrading flutter_bloc to 7.0.0. Tried several options and searched web. Did not find suitable answer. Can you please suggest a fix ? Here is...