DRSchlaubi / contact_picker

A Flutter plugin for picking a contact from the address book.
https://pub.dev/packages/fluttercontactpicker
BSD 3-Clause "New" or "Revised" License
18 stars 37 forks source link

Unresolved reference: lowercase #54

Closed pryshrm closed 2 years ago

pryshrm commented 2 years ago

I am getting the following error while building the project: fluttercontactpicker-4.6.0\android\src\main\kotlin\me\schlaubi\fluttercontactpicker\ContactPicker.kt: (22, 115): Unresolved reference: lowercase

Any idea how to fix this?

DRSchlaubi commented 2 years ago

You need to use the latest Kotlin version in your app