You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloning the github repo and referencing the local version in your pubspec.yaml instead of the server one seems to work, at least as a temporary solution until a new version is officially released.
A simple guide on how it's done can be found here
I Was Facing same error cause kotlin-stdlib and kotlin-stdlib-jdk8 are conflicting in my case. So I Have Excluded Conflicting Transitive Dependencies Just Like This In my app/build.gradle and added below code worked for me.
After the package is installed using
flutter pub add workmanager
, the build process throws an error when compiling for Android.FAILURE: Build failed with an exception.
A snippet is shown below:
Execution failed for task ':app:checkDebugDuplicateClasses'.
Exception: Gradle task assembleDebug failed with exit code 1
The text was updated successfully, but these errors were encountered: