fluttercontactpicker 2.0.0 copy "fluttercontactpicker: ^2.0.0" to clipboard
fluttercontactpicker: ^2.0.0 copied to clipboard

discontinuedreplaced by: flutter_native_contact_picker
outdated

Interact with native OS contact pickers using Flutter

fluttercontactpicker #

Interact with native OS contact pickers using Flutter

Getting Started #

Grab contact.

final PhoneContact contact =
                    await FlutterContactPicker.pickPhoneContact();

For more info read the docs or take a look at the example