MixinNetwork / MixinNetwork/flutter-plugins
[desktop_drop_web] Dragging file from zip file crashes
Open
@boyan01 is already working on this.
Since Jan 14, 2026.
- Dominant language
- C
- Stars
- 512
- Forks
- 292
- Avg merge
- 15h 8m
- Merged PRs (30d)
- 7
Description
Reproduce Steps
- Drag a file from a zip file (windows explorer)
- Observer error when releasing.
Expected behavior
No errors
Version (please complete the following information):
- Flutter Version: master
- OS: Windows + Chrome
- plugin: [e.g. desktop_drop: 0.7.0]
Stack trace:
errors.dart:274 Uncaught DartError: Unexpected null value.
at Object.throw_ [as throw] (errors.dart:274:3)
at Object.nullCheck (operations.dart:950:18)
at desktop_drop_web.dart:92:46
at List.generate (core_patch.dart:377:46)
at desktop_drop_web.dart:90:24
at Object._callDartFunctionFast1 (js_allow_interop_patch.dart:224:27)
at ret (js_allow_interop_patch.dart:84:15)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.