lukasgit / flutter_contacts

A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit
https://pub.dartlang.org/packages/contacts_service
MIT License
207 stars 222 forks source link

android:attr/lStar not found #340

Open famousuniverse opened 1 month ago

famousuniverse commented 1 month ago

using: compileSdkVersion and targetSdkVersion of: 34

running: ./gradlew build

Task :contacts_service:verifyProfileResources FAILED Task :contacts_service:verifyReleaseResources FAILED

FAILURE: Build completed with 2 failures.

1: Task failed with an exception.

EsinShadrach commented 3 weeks ago

Found a fix?

famousuniverse commented 3 weeks ago

Unfortunately, you're in the same position. I was. I used an old package :( https://github.com/lukasgit/flutter_contacts/ <<<<<<< apparently, no one is updating this package contacts_service and it's been years https://github.com/QuisApp/flutter_contacts/ <<<<<<< also, they name the packages the same on github

I had to remove all the lukasgit code and replace it with: QuisApp

The one below appears to be supported and is the one I'm using now: https://pub.dev/packages/flutter_contacts

Hope this helps you!

ibrahimkelly commented 3 weeks ago

Unfortunately, you're in the same position. I was. I used an old package :( https://github.com/lukasgit/flutter_contacts/ <<<<<<< apparently, no one is updating this package contacts_service and it's been years https://github.com/QuisApp/flutter_contacts/ <<<<<<< also, they name the packages the same on github

I had to remove all the lukasgit code and replace it with: QuisApp

The one below appears to be supported and is the one I'm using now: https://pub.dev/packages/flutter_contacts

Hope this helps you!

What ??? I spent a lot of time waiting for this. My app always not build only the debug. Wow 😲, thanks.

vairagadeharshwardhan commented 3 weeks ago

Same problem I am facing, though I am developing my app via flutterflow, but via android studio this problem is coming. what us the way out?

EsinShadrach commented 3 weeks ago

On Sun, 29 Sep 2024 at 08:02, vairagadeharshwardhan < @.***> wrote:

Same problem I am facing, though I am developing my app via flutterflow, but via android studio this problem is coming. what us the way out?

— Reply to this email directly, view it on GitHub https://github.com/lukasgit/flutter_contacts/issues/340#issuecomment-2381137611, or unsubscribe https://github.com/notifications/unsubscribe-auth/AYMHL3DL5PHZDFJ4T2ELQ4TZY6QXXAVCNFSM6AAAAABORC43M6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGEZTONRRGE . You are receiving this because you commented.Message ID: @.***>

Hey, so just use one of the forked packages they work it seems this project is no longer being maintained. You can use flutter pub add to add from a GitHub repo

vairagadeharshwardhan commented 3 weeks ago

I have now used flutter_contacts: ^1.1.9+2, and it seems fine for now.

famousuniverse commented 3 weeks ago

👍

On Sun, Sep 29, 2024, 4:02 AM vairagadeharshwardhan < @.***> wrote:

I have now used flutter_contacts: ^1.1.9+2, and it seems fine for now.

— Reply to this email directly, view it on GitHub https://github.com/lukasgit/flutter_contacts/issues/340#issuecomment-2381312523, or unsubscribe https://github.com/notifications/unsubscribe-auth/AI5GHJDXWFMSCFPFUKO37IDZY7M4BAVCNFSM6AAAAABORC43M6VHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGOBRGMYTENJSGM . You are receiving this because you are subscribed to this thread.Message ID: @.***>

myxzlpltk commented 2 weeks ago

Last update of this package is 3 years ago. I think you should migrate to flutter_contacts instead