Skip to content

Conversation

@dagyu
Copy link

@dagyu dagyu commented Apr 10, 2025

I was having trouble building the Android app after upgrading to Flutter 3.29.2.
The main issue was caused by the open_filex dependency, which raise this error:

OpenFilePlugin.java:73: error: cannot find symbol
    public static void registerWith(PluginRegistry.Registrar registrar) {
                                                  ^
  symbol:   class Registrar
  location: interface PluginRegistry
1 error
3 warnings

FAILURE: Build failed with an exception.

I updated the packages in pubspec.yaml, including open_filex, to make them compatible with the latest Flutter version.
After the update, the Android build works as expected.

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