JongMin Kim
JongMin Kim
Is there any update about this issue? It's been almost 6 months but still Flutter Web can't be debugged in your Google Project IDX. @bkonyi @jyameo
I tried update `just_audio` from 0.10.3 to 0.10.4 but didn't help.
I think you can still use `PaywallView` instead of `presentPaywall`, tho I could be wrong
Refer to this workaround for Flutter 3.24+ : https://github.com/flutter/flutter/issues/153281#issuecomment-2292201697
Refer to this workaround for Flutter 3.24+ : https://github.com/flutter/flutter/issues/153281#issuecomment-2292201697 Also, do not upgrade to the latest Kotlin / AGP / Gradle. I tried those updates, but eventually the whole workspace...
> @kjm0202 was the error you got when the app crashes something similar to what I'm experiencing? > > My app keeps crashing with a NullPointerException ever since updating to...
I think you might miss `import flutter_local_notifications` above for 99% of chance.
How about just disabling Impeller?
Just use `shared_preferences` for better persistence.