Skip to content
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

Unnecessary Imports Commit Broke Flutter Application Build - Version 2.8.1 #67

Closed
sommen01 opened this issue Jul 26, 2023 · 3 comments
Closed

Comments

@sommen01
Copy link

Hello,

Hope this message finds you well. I'm writing to let you know about an issue with our Flutter app, currently in version 2.8.1. Recently, a commit was made that removed unnecessary imports, specifically 'import 'dart:typed_data'. Unfortunately this led to a broken build on version 2.8.1.

image

@deakjahn
Copy link
Owner

I don't really understand what that 2.8.1 version number is. The plugin is at 3.0.5, and as far as I can tell, it compiles just fine for me.

@sommen01
Copy link
Author

My Flutter version is 2.8.1

@deakjahn
Copy link
Owner

Your what? :-)) Flutter is at 3.10.6 right now...

If what you say above is not a misunderstanding and you're really using such an old SDK that predates anything current in Flutter and Dart (null safety, just to name one) then I'm afraid it will come back the next time around. The toolchain actively warns that I should remove the reference and frankly, I really shouldn't make steps to accommodate 2.x in 2023. :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants