fluttercommunity / flutter_contacts

Contacts Service - A Flutter plugin to retrieve and manage contacts on Android and iOS devices. Maintainer: @lukasgit
https://pub.dev/packages/contacts_service
MIT License
153 stars 69 forks source link

contacts_service 0.0.4 isn't working #4

Closed EphronKarthick closed 6 years ago

EphronKarthick commented 6 years ago

I have used flutter contacts_service 0.0.4 plugin for get contacts, it is works fine on android version 4.4.2, but in android version 6.0.1, it could not fetch contacts on android mobile device.

So please guide me how to solve the issue.

clovisnicolas commented 6 years ago

Can you make sure permissions are enabled on the 6.0.1 device ? The plugin does not ask for them by default

EphronKarthick commented 6 years ago

Thanks for your comments. Now i enabled the permission for my app, its working fine..