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

Dart 3: BidirectionalIterator deprecated #724

Closed
AlexVegner opened this issue Feb 25, 2023 · 1 comment
Closed

Dart 3: BidirectionalIterator deprecated #724

AlexVegner opened this issue Feb 25, 2023 · 1 comment

Comments

@AlexVegner
Copy link

Failed to build iOS app
Error (Xcode): ../../../../.pub-cache/hosted/pub.dev/quiver-3.1.0/lib/src/collection/treeset.dart:45:3: Error: Type 'BidirectionalIterator' not found.
treeset.dart:45

https://api.flutter.dev/flutter/dart-core/BidirectionalIterator-class.html
BidirectionalIterator deprecated and removed from Dart 3

Reproducible with latest fluttre beta: [3.8.0-10.1.pre]

@cbracken
Copy link
Member

cbracken commented Feb 27, 2023

Updating to a release >= 3.2.0 will fix this for you. This was removed in December 2022 in #714.

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