free_contact_picker 0.2.0
free_contact_picker: ^0.2.0 copied to clipboard
Flutter plugin for pick contact on Android without any permission. With this plugin a Flutter app can ask its user to select a contact from his/her address book. The information associated with the co [...]
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add free_contact_pickerThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
free_contact_picker: ^0.2.0Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:free_contact_picker/contact_picker.dart';
import 'package:free_contact_picker/contact_picker_method_channel.dart';
import 'package:free_contact_picker/contact_picker_platform_interface.dart';