Widget testing when your app needs access to directories.
Many times in an application you would have a need to store files, temporarily or even permanently. For this, you are probably going to be using path_provider, however, those methods are not going to simply work when running a widget test.
Thankfully...
remelehane.dev2 min read