You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We noticed that picking many files (+100 files, photos and videos) in one go causes TypeError in file_picker_io.dart.
Platform
Android
iOS
Web
Desktop
Platform OS version
What version did it happen?
iOS, we tried on different versions of OS and the result was the same
Details to reproduce the issue
Choose many files in one go (+100 files)
Use different types of files: images, videos, documents
You can see the type error log when confirmed
It is not visible to the end user
Error Log
TypeError: type '_Map<Object?, Object?>' is not a subtype of type 'bool' in type cast File "file_picker_io.dart", line 96, in FilePickerIO._getPath.<T> (data) => onFileLoading((data as bool) File "zone.dart", line 1609, in RootZone.runUnaryGuarded File "stream_impl.dart", line 366, in BufferingStreamSubscription._sendData File "stream_impl.dart", line 542, in DelayedData.perform File "stream_impl.dart", line 647, in PendingEvents.handleNext ... (4 additional frame(s) were not displayed)
Flutter Version details
3.24.0
The text was updated successfully, but these errors were encountered:
We noticed that picking many files (+100 files, photos and videos) in one go causes TypeError in file_picker_io.dart.
Platform
Platform OS version
What version did it happen?
iOS, we tried on different versions of OS and the result was the same
Details to reproduce the issue
Error Log
TypeError: type '_Map<Object?, Object?>' is not a subtype of type 'bool' in type cast File "file_picker_io.dart", line 96, in FilePickerIO._getPath.<T> (data) => onFileLoading((data as bool) File "zone.dart", line 1609, in RootZone.runUnaryGuarded File "stream_impl.dart", line 366, in BufferingStreamSubscription._sendData File "stream_impl.dart", line 542, in DelayedData.perform File "stream_impl.dart", line 647, in PendingEvents.handleNext ... (4 additional frame(s) were not displayed)
Flutter Version details
3.24.0
The text was updated successfully, but these errors were encountered: