requests
requests copied to clipboard
BidirectionalIterator not found
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 : https://github.com/google/quiver-dart/issues/724#issuecomment-1447026766
Here's the error I get in Android Studio
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.