# native_contact_picker **Repository Path**: beilly/native_contact_picker ## Basic Information - **Project Name**: native_contact_picker - **Description**: Import from https://gitlab.com/hungldm/native_contact_picker. and fix some bug - **Primary Language**: Dart - **License**: BSD-3-Clause - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-01-23 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # native_contact_picker A new version of [contact_picker](https://pub.dartlang.org/packages/contact_picker) with IOS 8 supporting. [![pub package](https://img.shields.io/pub/v/native_contact_picker.svg)](https://pub.dartlang.org/packages/native_contact_picker) ### Installation See installing tab ### Example ```yaml 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(); ```