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
I've just noticed an issue when multiple contacts accounts linked.
When using the FastContacts.getAllContacts() method (package version 3.0.3), I noticed that it only retrieves device contacts and the first linked Gmail account's contacts, even if there are multiple Gmail accounts linked to the Android device.
This issue was reproducible on my device with two Gmail accounts and phone contacts.
flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.7.7, on macOS 13.2.1 22D68 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 14.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2021.2)
[✓] VS Code (version 1.76.2)
[✓] Connected device (4 available)
[✓] HTTP Host Availability
• No issues found!
The text was updated successfully, but these errors were encountered:
Hey guys! Amazing job with this package!
I've just noticed an issue when multiple contacts accounts linked.
When using the FastContacts.getAllContacts() method (package version 3.0.3), I noticed that it only retrieves device contacts and the first linked Gmail account's contacts, even if there are multiple Gmail accounts linked to the Android device.
This issue was reproducible on my device with two Gmail accounts and phone contacts.
flutter doctor:
The text was updated successfully, but these errors were encountered: