I've noticed that both {{flutter_test}} and {{test}} are used in the project. Usually, it's only required to use one of these packages, (since {{flutter_test}} uses {{test}} as it's core) and if they're both used at the same time, they may cause conflicts. It would be good to do a dependency cleanup for tests and leave only one of those
I've noticed that both {{flutter_test}} and {{test}} are used in the project. Usually, it's only required to use one of these packages, (since {{flutter_test}} uses {{test}} as it's core) and if they're both used at the same time, they may cause conflicts. It would be good to do a dependency cleanup for tests and leave only one of those