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

android X not supported #16

Open mohamedameer020 opened 5 years ago

mohamedameer020 commented 5 years ago

android X not supported and sdk version is 25.please update.

flutter-painter commented 5 years ago

Could this be the reason I get : FAILURE: Build failed with an exception.

Could not find method google() for arguments [] on repository container ?

GroovinChip commented 5 years ago

@goderbauer any plans to upgrade this to be AndroidX compatible?

nashfive commented 5 years ago

@mohamedameer020 This plugin is AndroidX compatible (since it is not using any android.compat classes). I am using it in an AndroidX app without any issue.