-
Notifications
You must be signed in to change notification settings - Fork 163
error: cannot find symbol import io.flutter.plugin.common.PluginRegistry.Registrar; #265
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
Comments
This is due to the removal of Android Embedding API v1. Reference: |
@tony123S I am also getting same error |
use flutter 3.27 instead of 3.29 |
@tony123S @i-aman-jha For those looking for temporary solution and need to be in Flutter 3.29, you can use my fork for the meantime. flutter_uploader:
git:
url: https://github.com/wishescsnow/flutter_uploader_embedding_v2.git
ref: main |
Not working on android, even after adding namespace in build.gradle file. please help. |
C:\Users\rakki\AppData\Local\Pub\Cache\hosted\pub.dev\flutter_uploader-3.0.0-beta.4\android\src\main\java\com\bluechilli\flutteruploader\FlutterUploaderPlugin.java:46: error: cannot find symbol FAILURE: Build failed with an exception.
BUILD FAILED in 14s |
How can we by pass this issue?
The text was updated successfully, but these errors were encountered: