-
Notifications
You must be signed in to change notification settings - Fork 693
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
Flutter 3.0.5 does not compile on file_picker 5.2.8 #1260
Comments
Having the same issue here |
The issue is related to removed import here 9d1d9ef#diff-38d8f870fecf77b1946a59ac5ed87e3eac24c8a86dc31ec3fd8970896cf8c016L2 |
Thanks for identifying this up @miguelslemos! I'm currently using |
This reverts commit 9d1d9efc3d70385b459d84adb431629f417a33f0i because it caused the errors "Type 'Uint8List' not found" and "Uint8List' isn't a type". Thank you @miguelslemos for identifying the problematic commiti. #1260
This reverts commit 9d1d9efc3d70385b459d84adb431629f417a33f0i because it caused the errors "Type 'Uint8List' not found" and "Uint8List' isn't a type". Thank you @miguelslemos for identifying the problematic commit. #1260
This reverts commit 9d1d9ef because it caused the errors "Type 'Uint8List' not found" and "Uint8List' isn't a type". Thank you @miguelslemos for identifying the problematic commit. #1260
Thank you @miguelslemos for identifying the problematic commit. Turns out, that blindly following the Linter's recommendations, can be dangerous. Sorry for the inconvenience. Will be fixed with |
That's interesting, I checked export 'dart:typed_data' show ByteData, Endian, Float32List, Float64List, Int32List, Int64List, Uint8List; weird bug it seems. |
Currently, we're using Flutter 3.0.5 and as soon as we updated file_picker to 5.2.8, we started getting the following exception while compiling tests or compiling the app itself:
After I manually downgraded this package back to 5.2.7, the compilation error disappeared.
By taking a glance over the change logs, I couldn't find what could cause this issue. Was this problem expected?
The text was updated successfully, but these errors were encountered: