darkmessOriginal post
Rank 2: Process
Using output: ImageFormat.webp on file preview causes a crash
Summary
Developers are facing issues with storage file preview in Flutter SDK due to errors with enums. When using `output: ImageFormat.webp` in the code, it triggers a crash with the error message `type 'ImageFormat' is not a subtype of type 'Iterable<dynamic>'`. The problem seems to be related to the new enums causing the API request to not be sent. Solution: The developers need to address this issue by reviewing and fixing the compatibility between 'ImageFormat' and 'Iterable<dynamic>' for the file preview functionality.