jayeshpansheriya / flutter_native_contact_picker

With this plugin a Flutter app can ask its user to select a contact from his/her address book. The information associated with the contact is returned to the app.
https://pub.dev/packages/flutter_native_contact_picker
BSD 3-Clause "New" or "Revised" License
10 stars 23 forks source link

Requires 'android:enableOnBackInvokedCallbackto' be true #13

Open RotenKiwi opened 3 months ago

RotenKiwi commented 3 months ago

The documentation has no mention of the package requiring 'android:enableOnBackInvokedCallback' to be set to true. The project is required to target Android14 or above.

jayeshpansheriya commented 2 months ago

@RotenKiwi fork repo and update doc, i will review you PR and update it.