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 keep getting this error when on Flutter 2.10.0-0.2.pre • channel beta and i can't figure out how to switch to the stable version.
I've set the environment variable to the latest stable version and it keeps going back to 2.10.0-0.2.pre.
remote: Target dart2js failed: Exception: /app/.pub-cache/hosted/pub.dartlang.org/platform-3.0.2/lib/src/interface/local_platform.dart:46:19: remote: Error: Member not found: 'packageRoot'. remote: io.Platform.packageRoot; // ignore: deprecated_member_use remote: ^^^^^^^^^^^ remote: Error: Compilation failed.
Any help would be really appreciated.
@diezep
The text was updated successfully, but these errors were encountered:
The variable name should be FLUTTER_VERSION and not VERSION:
https://github.com/diezep/heroku-buildpack-flutter/blob/eecebf9581129aa31f587cdf41ec2a3cbf0fdbe4/bin/compile#L48C11-L48C26
Sorry, something went wrong.
No branches or pull requests
I keep getting this error when on Flutter 2.10.0-0.2.pre • channel beta and i can't figure out how to switch to the stable version.
I've set the environment variable to the latest stable version and it keeps going back to 2.10.0-0.2.pre.
remote: Target dart2js failed: Exception: /app/.pub-cache/hosted/pub.dartlang.org/platform-3.0.2/lib/src/interface/local_platform.dart:46:19: remote: Error: Member not found: 'packageRoot'. remote: io.Platform.packageRoot; // ignore: deprecated_member_use remote: ^^^^^^^^^^^ remote: Error: Compilation failed.
Any help would be really appreciated.
@diezep
The text was updated successfully, but these errors were encountered: