Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncompatible with flutter & dart sdk #312

Open
wasim353 opened this issue Aug 22, 2024 · 8 comments
Open

Uncompatible with flutter & dart sdk #312

wasim353 opened this issue Aug 22, 2024 · 8 comments

Comments

@wasim353
Copy link

when use this package not create build show error mention below
Screenshot 2024-08-20 151247

@Usamakabir07
Copy link

Hi @wasim353 I facing the same issue
did you find any solution?

@wasim353
Copy link
Author

wasim353 commented Aug 24, 2024 via email

@pixnbit
Copy link

pixnbit commented Aug 25, 2024

Oh... this library was introduced as a transitive dependency...

@Kaizodo
Copy link

Kaizodo commented Aug 27, 2024

same issue

@Kaizodo
Copy link

Kaizodo commented Aug 27, 2024

i think this repo is dead there are no updates from past 1 year

@wasim353
Copy link
Author

wasim353 commented Aug 28, 2024 via email

@vongoethe
Copy link

what solved this for me, adding some scripts to the subprojects section in android/build.gradle: allprojects { repositories { google() mavenCentral() } } rootProject.buildDir = "../build" subprojects { // fix for verifyReleaseResources // ============ afterEvaluate { project -> if (project.plugins.hasPlugin("com.android.application") || project.plugins.hasPlugin("com.android.library")) { project.android { compileSdkVersion 34 buildToolsVersion "34.0.0" } } if (project.hasProperty("android")) { project.android { if (namespace == null) { namespace project.group } } } } // ============ project.buildDir = "${rootProject.buildDir}/${project.name}" project.evaluationDependsOn(":app") } tasks.register("clean", Delete) { delete rootProject.buildDir }

On Tue, 27 Aug 2024 at 10:43, Kaizodo Technologies Pvt Ltd < @.> wrote: same issue — Reply to this email directly, view it on GitHub <#312 (comment)>, or unsubscribe https://github.com/notifications/unsubscribe-auth/BKLKQ6SAB3U7PPFLSAQVX5TZTQGZZAVCNFSM6AAAAABM5JDIL6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMJRGYYTONZWG4 . You are receiving this because you were mentioned.Message ID: @.>

This works like a charm.
Thank you!

@knottx
Copy link

knottx commented Sep 19, 2024

Try this #295

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants