QuisApp / flutter_contacts

MIT License
88 stars 143 forks source link

open the native contacts app #16

Closed andraskende closed 3 years ago

andraskende commented 3 years ago

Could you add an open native contacts function for selected contact ?

Thank you!

cedvdb commented 3 years ago

That would be nice indeed.

I don't know enough about ios development to submit a correct PR but this package does it: https://github.com/lukasgit/flutter_contacts I'd prefer to use the one from Quisapp though.

joachim-quis commented 3 years ago

Hi @andraskende @cedvdb ! Added in new version 1.1.0 with openExternalView, openExternalEdit, openExternalPick and openExternalInsert. Let me know if that doesn't work for you.

andraskende commented 3 years ago

tried openExternalEdit on android phone worked perfectly, thank you !