David Galarza
David Galarza
After upgrading to flutter 3.0 I'm unable to build my app, cause this error: ``` FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':flutter_applovin_max:verifyReleaseResources'....
Hello i have the following code: `(window).AccountKitPlugin.getAccount(user=>{ console.log('Usuario 1: ', user); this.userId = user.accountId; this.db.getUser(user.accountId).on('value', ss=>{ console.log("Usuario 2:", ss.val()); this.phone = ss.val().phone; this.addressF = ss.val().billing.address; this.ci = ss.val().billing.ci; this.name =...
I'm not able to reproduce the error by my self but I've been getting this error reported on my Crashlytics account. ``` Non-fatal Exception: io.flutter.plugins.firebase.crashlytics.FlutterError: PlatformException(error, Unable to add window...
## 🐛 Bug Report Hi I was seeing this error for a long time on my sentry logs, when I reported it a time ago it was marked as related...
Hi I'm working on an iOS but I'm getting troubles because for my use case is too long. I'm developing an app to show synced lyrics to YouTube videos.
## 🐛 Problem YouTube recently changed their API policies, causing video playback to fail with Error 152 and Error 150 when using `www.youtube.com` as the base URL for embedded players....