-
Notifications
You must be signed in to change notification settings - Fork 672
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
Save file to mobile platforms. #1452
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you. Looks good. Can you please update the major version and changelog accordingly?
# Conflicts: # android/src/main/java/com/mr/flutter/plugin/filepicker/FilePickerDelegate.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
@Samoy there are just a few imports conflicts, could you please address it so I can merge? Thanks. |
Ok, it has been resolved. |
Merged, thanks! It'll be available in the 7.1.0 later today. |
User can save file to mobile platforms with bytes. Desktop platforms remain unchanged.