skip to Main Content

Android studio name validation

I'm comming with a little question here. I need to do something to validate the a name in the registration form, until now I did this : if(TextUtils.isEmpty(textFullName) ) and this else if(!textFullName.matches("[a-zA-Z ]+")) but those are for empty and…

VIEW QUESTION

Android Studio – No signature of method in flutter project

FAILURE: Build failed with an exception. Where: Build file '/Users/1726mohitraj/.pub-cache/hosted/pub.dev/audioplayers_android-3.0.1/android/build.gradle' line: 31 What went wrong: A problem occurred evaluating project ':audioplayers_android'. No signature of method: build_91u1y9cmlwptitkd488tz946b.android() is applicable for argument types: (build_91u1y9cmlwptitkd488tz946b$_run_closure2) values: [build_91u1y9cmlwptitkd488tz946b$_run_closure2@745e6edd] code in '/Users/1726mohitraj/.pub-cache/hosted/pub.dev/audioplayers_android-3.0.1/android/build.gradle' : group 'xyz.luan.audioplayers'…

VIEW QUESTION
Back To Top
Search