system_contact_picker 0.0.3 copy "system_contact_picker: ^0.0.3" to clipboard
system_contact_picker: ^0.0.3 copied to clipboard

Permissionless native Flutter contact picker using Android system pickers and iOS ContactsUI.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add system_contact_picker

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  system_contact_picker: ^0.0.3

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:system_contact_picker/system_contact_picker.dart';
2
likes
160
points
1.11k
downloads

Documentation

API reference

Publisher

verified publishersyedmubashirali.com

Weekly Downloads

Permissionless native Flutter contact picker using Android system pickers and iOS ContactsUI.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on system_contact_picker

Packages that implement system_contact_picker