-
Notifications
You must be signed in to change notification settings - Fork 218
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
[Bug]: Error: onesignal_flutter-5.2.9 - cannot find symbol import io.flutter.plugin.common.PluginRegistry.Registrar; #984
Comments
Hi @wagnervielmond thanks for reporting, what version of |
Flutter 3.28.0-0.1.pre • channel beta • https://github.com/flutter/flutter.git |
FLUTTER DOCTOR: [✓] Flutter (Channel beta, 3.28.0-0.1.pre, on macOS 13.7.2 22H313 darwin-x64, locale en-BR) [✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0) [✓] Xcode - develop for iOS and macOS (Xcode 15.2) [✓] Chrome - develop for the web [✓] Android Studio (version 2024.2) [✓] VS Code (version 1.96.2) [✓] Connected device (2 available) [✓] Network resources • No issues found! |
This issue occurs because the Registrar API has been removed in recent versions of Flutter, and the library needs to be updated to use the FlutterPlugin API instead. |
Thank you for answer. We need to wait for to use then. 👍🏼 |
Related to #928 |
this happen on flutter ios build too |
What happened?
The onesginal_flutter (any version) return error when trying compile the Android platform.
Steps to reproduce?
What did you expect to happen?
To compile the Android platform
OneSignal Flutter SDK version
5.2.9
Which platform(s) are affected?
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: