-
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
Conflits with firebase_core:App craches on first open when I add onesignal package to pubspec.yaml #89
Comments
Could you please provide more info by following our issue template? Thanks |
The version used of OneSignal flutter sdk is |
Gradle App module :
Gradle Project level:
Pubspec.yaml
|
@AbdoXLabs I don't see how the OneSignal plugin is causing this issue. The error |
Yeah sure, the log is not clear ! just try to reproduce the error by creating a flutter project and add |
Thank you for your patience. We will be releasing an update soon that we hope fixes several issues. In the meantime, can you try following this? |
This has since been fixed @AbdoXLabs |
To reproduce error :
flutter create
add
onesignal: ^1.1.0
to pubspec.yamladd
firebase_core:
tooflutter run
** Note: data should be cleared -> the error appear in the first open of the apk.
Error:
Error connecting to the service protocol: HttpException: Connection closed before full header was received, uri = http://127.0.0.1:50309/V
The text was updated successfully, but these errors were encountered: