You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Warning when i run my app with this package on android:
/Users/******/.pub-cache/hosted/pub.dartlang.org/flutter_google_places_sdk_android-0.1.2+3/android/src/main/kotlin/com/msh/flutter_google_places_sdk/FlutterGooglePlacesSdkPlugin.kt:182:49: warning: 'toUpperCase(Locale): String' is deprecated. Use uppercase() instead.
val typeFilterStrUpper = typeFilterStr?.toUpperCase(Locale.getDefault())
thank you
The text was updated successfully, but these errors were encountered:
matanshukry
changed the title
[flutter_android] get warning 'toUpperCase(Locale): String' is deprecated
[android] get warning 'toUpperCase(Locale): String' is deprecated
Jan 21, 2023
matanshukry
changed the title
[android] get warning 'toUpperCase(Locale): String' is deprecated
[Android] get warning 'toUpperCase(Locale): String' is deprecated
Jan 21, 2023
Warning when i run my app with this package on android:
/Users/******/.pub-cache/hosted/pub.dartlang.org/flutter_google_places_sdk_android-0.1.2+3/android/src/main/kotlin/com/msh/flutter_google_places_sdk/FlutterGooglePlacesSdkPlugin.kt:182:49: warning: 'toUpperCase(Locale): String' is deprecated. Use uppercase() instead.
val typeFilterStrUpper = typeFilterStr?.toUpperCase(Locale.getDefault())
thank you
The text was updated successfully, but these errors were encountered: