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

Add contacts to the OS without additional permissions!

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add contact_add

With Flutter:

 $ flutter pub add contact_add

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

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

Publisher

unverified uploader

Weekly Downloads

Add contacts to the OS without additional permissions!

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on contact_add