-
-
Notifications
You must be signed in to change notification settings - Fork 860
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
[BUG] Too high package:meta
dependency constraint
#1896
Labels
bug
This issue reports broken functionality or another error
needs triage
This new bug report needs reproducing and prioritizing
Comments
Albert221
added
bug
This issue reports broken functionality or another error
needs triage
This new bug report needs reproducing and prioritizing
labels
May 29, 2024
file
|
@RuoLiDevelop that's a workaround, yes, but I'm opting for a solution |
Probably fixed by #1897 |
JaffaKetchup
changed the title
[BUG] Too high
[BUG] Too high May 30, 2024
meta
dependency constraintpackage:meta
dependency constraint
Hello. May I know when you have planed to publish the new version? |
Hi @amin79, |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
This issue reports broken functionality or another error
needs triage
This new bug report needs reproducing and prioritizing
What is the bug?
I'm on Flutter 3.19.5 for now and can't update yet, but the package's pubspec says minimum Flutter 3.10 is needed, so maybe we can make the constraint for
meta
a little more loose?How can we reproduce it?
Create new Flutter project with Flutter 3.19.* and then
flutter pub add flutter_map:7.0.0
Do you have a potential solution?
Make the constraint for
meta
something like>=1.11.0 <1.13.0
insteadPlatforms
Flutter 3.19
Severity
Erroneous: Prevents normal functioning and causes errors in the console
The text was updated successfully, but these errors were encountered: