We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug dart migrate results in Bad state: Error: package has unmigrated dependencies. due to non-null-safe dependency of rubber 1.0.1.
dart migrate
Bad state: Error: package has unmigrated dependencies.
To Reproduce Run dart migrate on a project that has a dependency on rubber 1.0.1.
Expected behavior The "Null-Safe" rubber 1.0.1 should not result in the "has unmigrated dependencies" error.
To Fix Bump the after_layout dependency from the non-null-safe version 1.0.7 to the null-safe 1.1.0 version.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
dart migrate
results inBad state: Error: package has unmigrated dependencies.
due to non-null-safe dependency of rubber 1.0.1.To Reproduce
Run
dart migrate
on a project that has a dependency on rubber 1.0.1.Expected behavior
The "Null-Safe" rubber 1.0.1 should not result in the "has unmigrated dependencies" error.
To Fix
Bump the after_layout dependency from the non-null-safe version 1.0.7 to the null-safe 1.1.0 version.
The text was updated successfully, but these errors were encountered: