Skip to content

flutter 3.3.0 migration failed #992

New issue

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

Closed
4 of 11 tasks
sejun2 opened this issue Sep 1, 2022 · 2 comments
Closed
4 of 11 tasks

flutter 3.3.0 migration failed #992

sejun2 opened this issue Sep 1, 2022 · 2 comments

Comments

@sejun2
Copy link

sejun2 commented Sep 1, 2022

Platform:

  • Dart
  • Flutter Android or iOS
  • Flutter Web

IDE:

  • VSCode
  • IntelliJ/AS
  • XCode
  • Other, which one?

split-debug-info and obfuscate (Flutter Android or iOS) or CanvasKit (Flutter Web):

  • Enabled
  • Disabled

Platform installed with:

  • pub.dev
  • GitHub

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.

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 {
                             ^^^^^^^^^^

@sejun2
Copy link
Author

sejun2 commented Sep 1, 2022

uum, after upgrade package verison to 6.9.1, it works fine now.

@ueman
Copy link
Collaborator

ueman commented Sep 1, 2022

This was already fixed in #877

@sejun2 sejun2 closed this as completed Sep 1, 2022
Repository owner moved this from Needs Discussion to Done in [DEPRECATED] Mobile SDKs Sep 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

2 participants