-
-
Notifications
You must be signed in to change notification settings - Fork 1k
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
[Question]: Unstable Version Detected #3310
Comments
mhh, I see what you mean. I think simply changing There is probably a lint option to disable that check as well. The packages in Do you get warnings from their packages too? |
Yes, I think the dependency analysis tool gets suspicious about the word "snapshot".
I just opened a similar issue on their repository. |
Got you, please post the link to the ticket here as well, I'd like to know what they decide |
Sure, this is the related issue on flutter/packages: flutter/flutter#156394 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days |
What is your question?
Hi! I would like to use these plugins
in my Flutter application.
My CI/CD procedure checks for any vulnerable dependencies. For these plugins, an unstable version is detected due to the version indicated in the build.gradle file of the native Android component (1.0-SNAPSHOT). Is it possible to align the version in the build.gradle file with the same version as the Dart side plugin?
Checklist before submitting a question
flutter pub upgrade
flutter clean
The text was updated successfully, but these errors were encountered: