contacts_getter 0.0.1 copy "contacts_getter: ^0.0.1" to clipboard
contacts_getter: ^0.0.1 copied to clipboard

plugin for accessing and managing contacts, call logs, and messages on Android.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add contacts_getter

With Flutter:

 $ flutter pub add contacts_getter

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

dependencies:
  contacts_getter: ^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:contacts_getter/contacts_getter.dart';
0
likes
0
points
162
downloads

Publisher

unverified uploader

Weekly Downloads

plugin for accessing and managing contacts, call logs, and messages on Android.

Repository (GitHub)
View/report issues

Documentation

Documentation

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on contacts_getter

Packages that implement contacts_getter