-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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] Failed to run in version 2.0.0-dev.69.2 #4836
Comments
Looks like some of those deprecated names have finally been removed/renamed. It's not hard to fix, but unfortunately would mean removing support for Dart 1 - which is probably ok - or creating two packages (one for Dart 1, one for Dart 2), which is annoying. |
Yes, they were removed 8 days ago now - dart-lang/sdk@f2402b3 My preference would be to add an environment constraint (say, @aardappel this will require publishing a new Dart package to dart pub, but users could in theory refer directly to the git repository for now. |
Also, this would be a great candidate for dart-lang/sdk#33249 - could conditionally wrap code with these references rather than needing to worry about how to support users who might still want to use Dart 1.x That said, there is a working version of this lib that would still support Dart 1.x... |
change
The text was updated successfully, but these errors were encountered: