/flutter_native_contact_dialog

A flutter plugin that brings up the platform's native contact screens when adding a new contact to a user device.

Primary LanguageJavaMIT LicenseMIT

native_contact_dialog

A Flutter plugin for ios and android that brings up the native contact dialogs to add, update, or remove a contact from the user's device. Using this plugin, you do not need to enable READ and WRITE access for the user's contacts.

Current Features

  • Add new Contact

TODO

  • Edit existing Contact dialog
  • Delete existing Contact dialog

Contributing

Contributions are welcome! If you find a bug or want a feature, please fill an issue.

If you want to contribute code please create a pull request.

Credits

Heavily inspired by the contacts_service plugin.