lcuis / search_choices

Widget to let the user search through a keyword string typed on a customizable keyboard in a single or multiple choices list presented as a dropdown in a dialog box or a menu.
MIT License
51 stars 42 forks source link

Problems for install search_choices version 2.2.7 #119

Closed gabrielasan20117 closed 11 months ago

gabrielasan20117 commented 11 months ago

Hello i have a problem for installa the lastest version of the library, when execute a project in the console send the next messages: `A problem occurred configuring project :search_choices

Could not resolve org.jetbrains.kotlin:kotlin-gradle-plugin:1.8.22. Could not get resource 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.8.22/kotlin-gradle-plugin-1.8.22.pom'. Could not GET 'https://repo.maven.apache.org/maven2/org/jetbrains/kotlin/kotlin-gradle-plugin/1.8.22/kotlin-gradle-plugin-1.8.22.pom'. The server may not support the client's requested TLS protocol versions: (TLSv1.2, TLSv1.3). You may need to configure the client to allow other protocols to be used. See: https://docs.gradle.org/7.5/userguide/build_environment.html#gradle_system_properties PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target Failed to notify project evaluation listener. Could not get unknown property 'android' for project ':search_choices' of type org.gradle.api.Project. Could not get unknown property 'android' for project ':search_choices' of type org.gradle.api.Project.

After of install the library, execute in the terminal the flutter get pub Someone know because send me this error?