Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Single file Uri without list #1

Closed
buildbro opened this issue Jul 13, 2020 · 6 comments · Fixed by #2
Closed

Single file Uri without list #1

buildbro opened this issue Jul 13, 2020 · 6 comments · Fixed by #2
Labels
enhancement New feature or request

Comments

@buildbro
Copy link

Thank you for this library.
Your documentation and sample app seem to only make reference to multiple files (list). I will love to see how you recommend I implement this for a file picker than will only pick one file.

@onimur onimur added documentation Improvements or additions to documentation question Further information is requested labels Jul 13, 2020
@onimur
Copy link
Owner

onimur commented Jul 13, 2020

I appreciate the feedback.

I chose to use only lists to reduce the amount of methods, leaving the library cleaner.

These methods are for both multiple uri's and just one. I would recommend the same usage it contains in the example. Since you are working with only one uri, you would receive a list with only one element.

If you think you are confused to understand let me know that I update the documentation and sample application, adding the use of just one file.

If you have any suggestions to add to the library or to change, I would be grateful to know.

@onimur
Copy link
Owner

onimur commented Jul 16, 2020

@buildbro Hello,
Have you made any progress?
Any suggestions or questions you have, I will be happy to help you.

@buildbro
Copy link
Author

@buildbro Hello,
Have you made any progress?
Any suggestions or questions you have, I will be happy to help you.

Thanks for your response. And yeah I made progress.

@onimur
Copy link
Owner

onimur commented Jul 26, 2020

@buildbro It really was a little confusing for anyone working with a single uri. Sorry for the delay, but this project runs in parallel with my other projects.

This week I will add methods to work with just one uri. I will put it in the readme and update the sample application with the demo.

As soon as I'm done, I'll mark it here.

@onimur onimur added enhancement New feature or request and removed documentation Improvements or additions to documentation question Further information is requested labels Jul 27, 2020
@onimur onimur closed this as completed Jul 27, 2020
onimur added a commit that referenced this issue Jul 27, 2020
Close #1 Add methods to work with single uri
@onimur
Copy link
Owner

onimur commented Jul 27, 2020

As soon as version 1.0.7 is published, the readme will be updated with the methods referring to the pull request.

@onimur
Copy link
Owner

onimur commented Jul 29, 2020

@buildbro.
Published version 1.0.7 and updated readme for use with a single uri.

I hope the documentation helps you. If you need anything, I'm at your disposal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants