free_contact_picker 0.2.0 copy "free_contact_picker: ^0.2.0" to clipboard
free_contact_picker: ^0.2.0 copied to clipboard

PlatformAndroid

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_picker

This 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.0

Alternatively, 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';
1
likes
140
points
29
downloads

Publisher

unverified uploader

Weekly Downloads

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 contact is returned to the app.

Homepage

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on free_contact_picker

Packages that implement free_contact_picker