- Notifications
You must be signed in to change notification settings - Fork29.7k
Closed
Labels
P3Issues that are less important to the Flutter projectc: crashStack traces logged to the consolefound in release: 1.27Found to occur in 1.27has reproducible stepsThe issue has been confirmed reproducible and is ready to work onp: file_selectorThe file_selector pluginpackageflutter/packages repository. See also p: labels.platform-webWeb applications specifically
Description
Steps to Reproduce
- Use
file_selector.openFile()and pick a file ~500-700MB on web. - Read it into memory using
readAsBytes().
Expected results:
The file data can be loaded into memory.
Browsers can support buffer sizes of ~2GB so a ~500-700MB file should not fail.file_picker_cross is able to load files larger thanfile_selector_web.
Actual results:
ARangeError: Array buffer allocation failed will be thrown.
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectc: crashStack traces logged to the consolefound in release: 1.27Found to occur in 1.27has reproducible stepsThe issue has been confirmed reproducible and is ready to work onp: file_selectorThe file_selector pluginpackageflutter/packages repository. See also p: labels.platform-webWeb applications specifically