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
Platform:
IDE:
split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):
Platform installed with:
Output of the command flutter doctor -v below:
flutter doctor -v
The output goes here...
The version of the SDK (See pubspec.lock): 6.5.1
I have the following issue:
After flutter upgraded 3.3.0 from 3.0.5, build fails with such errors.
class SentryAssetBundle implements AssetBundle { ^^^^^^^^^^^^^^^^^ ../../../fvm/versions/3.3.0/packages/flutter/lib/src/services/asset_bundle.dart:64:30: Context: 'AssetBundle.loadBuffer' is defined here. Future<ui.ImmutableBuffer> loadBuffer(String key) async { ^^^^^^^^^^
The text was updated successfully, but these errors were encountered:
uum, after upgrade package verison to 6.9.1, it works fine now.
Sorry, something went wrong.
This was already fixed in #877
No branches or pull requests
Platform:
IDE:
split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):
Platform installed with:
Output of the command
flutter doctor -v
below:The output goes here...
The version of the SDK (See pubspec.lock):
6.5.1
I have the following issue:
After flutter upgraded 3.3.0 from 3.0.5, build fails with such errors.
The text was updated successfully, but these errors were encountered: