We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm trying to upgrade to flutter 3.3.0 using the specified command:
sh -c "curl -fsSL https://raw.githubusercontent.com/passsy/flutter_wrapper/master/install.sh" | bash /dev/stdin -t v3.3.0
But that gives an error with the following output:
flutterw:1 Blocked script execution in 'https://raw.githubusercontent.com/passsy/flutter_wrapper/v3.3.0/flutterw' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
I do have javascript enable on my browser.
Is there a way I can upgrade to my wanted version?
The text was updated successfully, but these errors were encountered:
Can you elaborate on that? How is js related to this issue? Where are you executing the command?
Sorry, something went wrong.
I don't think is related to be honest, I ran it on my terminal and got this: Couldn't download flutterw from 'https://raw.githubusercontent.com/passsy/flutter_wrapper/v3.3.0/flutterw'
Then I tried to just get the url on my browser and that's where I get the allow script issue.
I just added the javascript enable thing if somehow it was related.
ah got it. Version 3.3.0 does not exist. Try 1.3.0 😁
That didn't work, this was a misunderstanding from my side, I want to upgrade the Flutter version to 3.3.0 not the flutter wrapper
No branches or pull requests
I'm trying to upgrade to flutter 3.3.0 using the specified command:
sh -c "curl -fsSL https://raw.githubusercontent.com/passsy/flutter_wrapper/master/install.sh" | bash /dev/stdin -t v3.3.0
But that gives an error with the following output:
flutterw:1 Blocked script execution in 'https://raw.githubusercontent.com/passsy/flutter_wrapper/v3.3.0/flutterw' because the document's frame is sandboxed and the 'allow-scripts' permission is not set.
I do have javascript enable on my browser.
Is there a way I can upgrade to my wanted version?
The text was updated successfully, but these errors were encountered: