Skip to content

A Flutter plugin to call native contacts view on Android and iOS devices.

License

Notifications You must be signed in to change notification settings

vini2001/native_contact

 
 

Repository files navigation

native_contact

This library is forked from native_contact library. It comes with a solution to add the address in the contact (it wasn't working when the contact address wasn't structured.

A Flutter plugin to call native contacts view on Android and iOS devices.

Usage

To use this plugin, download native_contact and add it as a dependency in your pubspec.yaml file.

Example

// Import package
native_contact:
    path: ./plugins/native_contact

// Add a contact
await NativeContact.addNewContact(contact);

About

A Flutter plugin to call native contacts view on Android and iOS devices.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 41.8%
  • Swift 26.9%
  • Dart 17.1%
  • Ruby 10.8%
  • Shell 1.9%
  • Objective-C 1.5%