free_contact_picker 0.0.1 copy "free_contact_picker: ^0.0.1" to clipboard
free_contact_picker: ^0.0.1 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 Dart:

 $ dart pub add free_contact_picker

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 dart pub get):

dependencies:
  free_contact_picker: ^0.0.1

Alternatively, your editor might support dart pub get or 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
0
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

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on free_contact_picker

Packages that implement free_contact_picker