yasukotelin / ext_storage

ext_storage is minimal flutter plugin that provides external storage path and external public storage path.
MIT License
29 stars 61 forks source link

Downloads directory is wrong #3

Closed nioncode closed 4 years ago

nioncode commented 4 years ago

Thanks for the plugin!

However, the string value for DIRECTORY_DOWNLOADS is wrong, it should be Download (without the s). This makes files created in this directory not show up in the default download folder.

yasukotelin commented 4 years ago

@nioncode It's true! Thank you😍 I'll fix it right up💪

yasukotelin commented 4 years ago

@nioncode I fixed it. Please update and check it🕺🏻 https://pub.dev/packages/ext_storage

nioncode commented 4 years ago

Thanks for the fast update, works like a charm now :+1: