iiumschedule / iium_schedule

Make/Generate IIUM timetable with ease. Integration with IIUM database. App available on Android, MacOS & Windows.
https://iiumschedule.iqfareez.com
MIT License
24 stars 9 forks source link

Use temporary directory to store image when sharing on Windows #46

Closed iqfareez closed 5 months ago

iqfareez commented 1 year ago

Currently, the getTemporaryDirectory() method from path_provider is not supported on Windows. Issue https://github.com/flutter/flutter/issues/105386

So, as for now we will use Document directory (same directory to store Hive data)

iqfareez commented 5 months ago

This issue is fixed on upstream. The app now can use (and already implemented) Windows temp path.