Skip to content
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

fix: remove registerWith for android build issue on v2 plugin #64

Merged
merged 1 commit into from
Feb 10, 2025

Conversation

MarlonJD
Copy link
Contributor

android build error when flutter build app:

public static void registerWith(PluginRegistry.Registrar registrar) {
                                                  ^
  symbol:   class Registrar
  location: interface PluginRegistry

This is from v2 plugin issue, we have to remove registerWith to build with v2

@github-actions github-actions bot added the Android android related issues label Oct 25, 2024
@taljacobson taljacobson merged commit 784c5ba into taljacobson:master Feb 10, 2025
1 check passed
@taljacobson
Copy link
Owner

thank you for contribution, sorry it took so long, just published it with 3.0.0. 🕺

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Android android related issues
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants