Skip to content

Conversation

@berkaykurkcu
Copy link

With Flutter 3.32.0, any project that uses flutter_midi plugin was not compilable. These small improvements solves the issues.

  • Flutter has removed the V1 embedding, which includes the PluginRegistry.Registrar class.
    flutter_midi package was still using for backwards compatibility. Modifying FlutterMidiPlugin.java and removing PluginRegistry.Registrar solves
    error: cannot find symbol import io.flutter.plugin.common.PluginRegistry.Registrar;

  • Example project is built with Flutter 3.32.0, and works as intended (tested on Android emulator)

@berkaykurkcu
Copy link
Author

This PR is still relevant

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant