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

A Flutter plugin for picking contacts using native system UIs on Android and iOS without requiring explicit permissions.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add advanced_native_contact_picker

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

dependencies:
  advanced_native_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:advanced_native_contact_picker/advanced_native_contact_picker.dart';
1
likes
150
points
47
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for picking contacts using native system UIs on Android and iOS without requiring explicit permissions.

Repository (GitHub)
View/report issues

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on advanced_native_contact_picker

Packages that implement advanced_native_contact_picker