-
-
Notifications
You must be signed in to change notification settings - Fork 198
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
Support XFile
#989
Comments
Thanks for opening this issue!
|
Does this SDK already have a ParseFile class like other Parse SDKs, and if yes, will it be replaced by ParseXFile? |
In Parse SDK Flutter, we use two types of In large projects that require the output of all platforms from Flutter, including the web, it is necessary to use both Your suggestion for replaced with |
So there will be a |
Yes, this is the best plan. |
New Feature / Enhancement Checklist
Current Limitation
When we want to use the file both on the web and the normal file in the project, we face problems in Parse projects.
For this reason, I suggest to merge
ParseWebFile
andParseFile
together.Feature / Enhancement Description
I suggest using
XFile
to solve this problem. With this function, we support both normalFile
andUint8List
.Example Use Case
n/a
Alternatives / Workarounds
There is no use of both types of files in Parse when we register the file.
The text was updated successfully, but these errors were encountered: