goderbauer / contact_picker

A Flutter plugin for picking a contact from the address book.
BSD 3-Clause "New" or "Revised" License
77 stars 109 forks source link

Fix issue #1 crash on empty result, adding null checks #2

Closed tjerkw closed 6 years ago

tjerkw commented 6 years ago

This fixes the crash (issue #1 ) on Android when no contact was selected.

tjerkw commented 6 years ago

Yess will do when i have the time.

goderbauer commented 6 years ago

I just submitted this fix together with some other fixes in https://github.com/goderbauer/contact_picker/pull/4.