Last updated:
0 purchases
native contact picker
native_contact_picker #
A new version of contact_picker with IOS 8 supporting.
Installation #
See installing tab
Example #
import 'package:native_contact_picker/native_contact_picker.dart';
// open contact picker from native
final NativeContactPicker _contactPicker = new NativeContactPicker();
Contact contact = await _contactPicker.selectContact();
// open setting
NativeContactPicker.openSettings();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.