Randald Villegas

Results 3 comments of Randald Villegas

Could you please provide an update on this? I'm encountering the same error.

> * I have read the [Get Started - Installation](https://inappwebview.dev/docs/get-started/installation/) section > * I have read and done the [Get Started - Setup Android](https://inappwebview.dev/docs/get-started/setup-android/) section > * I have read...

Hi @pmagnuson To resolve the issue, you primarily need to add the necessary dependency in your `android/app/build.gradle` file, like so: ```shell android { // Other configurations... } flutter { source...