b099l3 / iainsmith.me

✨ My portfolio built with Next.js, Tailwind, Prisma, and Vercel.
https://iainsmith.me
Other
4 stars 0 forks source link

Add flutter 3.0.0 fix for asdf to blog post #13

Closed b099l3 closed 1 year ago

b099l3 commented 2 years ago

https://github.com/oae/asdf-flutter/issues/32#issuecomment-1125789505

Had the same problem, but couldn't solve it by installing jq manually (which already was installed).

My workaround was to download Flutter manually (https://storage.googleapis.com/flutter_infra_release/releases/stable/macos/flutter_macos_arm64_3.0.0-stable.zip), extract it to ~/.asdf/installs/flutter/3.0.0-stable and then run asdf reshim flutter 3.0.0-stable.

b099l3 commented 1 year ago

updating asdf flutter package fixes this so no need to add this now