-
-
Notifications
You must be signed in to change notification settings - Fork 874
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
[DEPENDENCY ISSUES] Please read before posting new issues!! #978
Comments
It doesnt work in your new version. please update your dependencies. |
@alirezat66 Did you read the post at all? The dependencies are updated in 3.0.0-alpha releases or you can force a version of your dependencies. |
Why form labels cannot be loaded |
@LHYLYQ31 please open a new issue if you aren't seeing expected behavior. |
For anyone else who was struggling to figure out what the latest 3.0.0 beta version name is, it's at the top of the pub.dev page: So at the time of writing this comment, to reference the latest in pubspec.yaml, it would be:
|
If you are having dependency conflicts, please do not create a separate issue. As of January 2022, you have a couple different options to resolve the conflicts.
flutter_svg
andwebview_flutter
dependency_overrides
in yourpubspec.yaml
, for example:Problem:
Solution:
Being such a widely used package, we do not wish to rush to upgrade dependencies to latest. Instead, we test major releases of our dependencies thoroughly to ensure there are no breaking changes or new bugs.
With Modularization complete in v3.0.0, hopefully those who need a simpler HTML experience will no longer need to worry about dependency conflicts. The core package only contains 4 seldom updated dependencies.
The text was updated successfully, but these errors were encountered: