Flutter Tester Requirements - Flutter project with dependency - Works with Riverpod, Mockito, and GetIt - Run to generate mocks after adding annotations - Compatible with FVM ( instead of ) Overview Test each architectural layer in isolation using Given-When-Then structure. Always test both success and error paths. Never mock providers — override their dependencies instead. Reference Files Load the relevant file based on what you're testing: | What you're testing | Reference file | | --- | --- | | Repository, DAO, Service logic | | | Widget UI, interactions, dialogs, navigation | | | Riverpod…