-
-
Notifications
You must be signed in to change notification settings - Fork 84
Description
Please check the following before submitting a new issue.
- I have searched the existing issues.
- I have carefully read the documentation and verified I have added the required platform specific configuration.
Please select affected platform(s)
- Android
- iOS
Steps to reproduce
/Users/.pub-cache/hosted/pub.dev/geocoding_android-4.0.1/android/src/main/java/com/baseflow/geocoding/utils/LocaleConverter.java:30: warning: [deprecation] Locale(String,String,String) in Locale has been deprecated
return new Locale(language, country, variant);
^
/Users/.pub-cache/hosted/pub.dev/geocoding_android-4.0.1/android/src/main/java/com/baseflow/geocoding/utils/LocaleConverter.java:32: warning: [deprecation] Locale(String,String) in Locale has been deprecated
return new Locale(language, country);
^
/Users/.pub-cache/hosted/pub.dev/geocoding_android-4.0.1/android/src/main/java/com/baseflow/geocoding/utils/LocaleConverter.java:34: warning: [deprecation] Locale(String) in Locale has been deprecated
return new Locale(language);
^
Expected results
Please remove these warnings
Actual results
Please remove these warnings
Code sample
Code sample
Please remove these warnings
Screenshots or video
Screenshots or video demonstration
[Upload media here]
Version
4.0.1
Flutter Doctor output
Doctor output
All things is well there