VGVentures / slide_puzzle

MIT License
530 stars 362 forks source link

Platform dependency bump #11

Closed craiglabenz closed 2 years ago

craiglabenz commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

@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 commented 2 years ago

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