Skip to content
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

Platform dependency bump #11

Closed

Conversation

craiglabenz
Copy link

flutter build web is currently failing on the main branch after snagging on an error in the platform dependency.

platform is a transitive dependency by way of google_fonts -> path_provider -> platform, but I'm not aware of a way to increase the version level without specifying it explicitly.

@felangel felangel requested a review from bselwe February 14, 2022 18:42
@felangel felangel added the bug Something isn't working label Feb 14, 2022
@felangel
Copy link
Contributor

flutter build web is currently failing on the main branch after snagging on an error in the platform dependency.

platform is a transitive dependency by way of google_fonts -> path_provider -> platform, but I'm not aware of a way to increase the version level without specifying it explicitly.

Does running flutter packages upgrade not select the newer version?

@felangel felangel mentioned this pull request Feb 14, 2022
7 tasks
@felangel
Copy link
Contributor

@craiglabenz I opened #12 in which I ran flutter packages upgrade and it looks like the generated lock file has the correct version of package:platform. Feel free to either update this PR or we can close it and merge #12, thanks!

@craiglabenz
Copy link
Author

Welp, this was pointless. Closing in favor of #12

@craiglabenz craiglabenz deleted the bump-platform-version branch February 14, 2022 18:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants