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

Native Flutter contact picker using Android 17 Contact Picker, Android legacy fallback, 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.2

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
40
downloads

Documentation

API reference

Publisher

verified publishersyedmubashirali.com

Weekly Downloads

Native Flutter contact picker using Android 17 Contact Picker, Android legacy fallback, 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