native_contact_dialog 0.2.2 native_contact_dialog: ^0.2.2 copied to clipboard
Edit contacts using the platform's native contact dialogs. Supports Android and iOS 9+, no permissions required.
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.