Closed iqfareez closed 6 months ago
Currently, the getTemporaryDirectory() method from path_provider is not supported on Windows. Issue https://github.com/flutter/flutter/issues/105386
getTemporaryDirectory()
So, as for now we will use Document directory (same directory to store Hive data)
This issue is fixed on upstream. The app now can use (and already implemented) Windows temp path.
Currently, the
getTemporaryDirectory()
method from path_provider is not supported on Windows. Issue https://github.com/flutter/flutter/issues/105386So, as for now we will use Document directory (same directory to store Hive data)