Skip to content

Commit

Permalink
Merge dee08f3 into dd66026
Browse files Browse the repository at this point in the history
  • Loading branch information
monkeywithacupcake committed Nov 4, 2018
2 parents dd66026 + dee08f3 commit 09bc352
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -26,6 +26,8 @@ On iOS, make sure to set `NSContactsUsageDescription` in the `Info.plist` file

To check and request user permission to access contacts, I recommend using the following plugin: [flutter_simple_permissions](https://github.com/AppleEducate/flutter_simple_permissions)

If you do not request user permission or have it granted, the application will fail. For testing purposes, you can manually set the permissions for your test app in Settings for your app on the device that you are using. For Android, go to "Settings" - "Apps" - select your test app - "Permissions" - then turn "on" the slider for contacts.

## Example

``` dart
Expand Down

0 comments on commit 09bc352

Please sign in to comment.