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

BidirectionalIterator not found #92

Open
mdev88 opened this issue May 24, 2023 · 0 comments
Open

BidirectionalIterator not found #92

mdev88 opened this issue May 24, 2023 · 0 comments

Comments

@mdev88
Copy link

mdev88 commented May 24, 2023

I get the error "Type 'BidirectionalIterator' not found." when compiling an Android app.

This error seems to happen because BidirectionalIterator is deprecated.
I have found this issue where they say the issue should be solved in versions >= 3.2.0 : google/quiver-dart#724 (comment)

Here's the error I get in Android Studio
image

Here's my flutter doctor:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.10.1, on Manjaro Linux 6.1.29-1-MANJARO, locale en_US.utf8)
[✓] Android toolchain - develop for Android devices (Android SDK version 33.0.2)
[✓] Android Studio (version 2022.2)
[!] Android Studio (version 2022.1)
    ✗ Unable to find bundled Java version.
[✓] Connected device (1 available)
[✓] Network resources

! Doctor found issues in 1 category.
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

1 participant