google / flutter-desktop-embedding

Experimental plugins for Flutter for Desktop
Apache License 2.0
7.1k stars 607 forks source link

path_provider in FDE now supports getDownloadsPath on windows #765

Closed technolion closed 4 years ago

technolion commented 4 years ago

The path_provider_plugin for Windows is still in the FDE repository but works well. But it misses the getDownloadsPath call on Windows which is available for macOS. This PR fixes this.