Closed craiglabenz closed 2 years ago
flutter build web
is currently failing on themain
branch after snagging on an error in theplatform
dependency.
platform
is a transitive dependency by way ofgoogle_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?
@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!
Welp, this was pointless. Closing in favor of #12
flutter build web
is currently failing on themain
branch after snagging on an error in theplatform
dependency.platform
is a transitive dependency by way ofgoogle_fonts
->path_provider
->platform
, but I'm not aware of a way to increase the version level without specifying it explicitly.