Closed cameronhejazifar closed 2 years ago
Hi, @cameronhejazifar, our team is investigating this issue. Could you please provide us what is the Android version are you using?
Thanks for the report.
Am facing same for the past 4-days now. Thinking it was my code or declaration. Below is my configuration
Flutter (Channel stable, 3.0.4, on Microsoft Windows [Version 10.0.19044.1826]) Android toolchain - develop for Android devices (Android SDK version 33.0.0) Android Studio (version 2021.1)
environment: sdk: ">=2.17.1 <3.0.0" flutter: ">=3.0.1"
I had to drop it to environment: sdk: ">=2.15.1 <3.0.0"
YET, the error continues.
Same issue here. The issue is related to Flutter 3, because downgrading to Flutter 2.10.6, it works
I am getting the following error when trying to build my application with the latest version of the pusher_beams flutter plugin (1.1.0). The errors I'm receiving are:
It appears that the
onNewIntent
function in thePusherBeamsPlugin.kt
file should not have a nullable Intent argument. Making this change in my local .pub-cache file allows me to successfully build and run the application using the new version.