Skip to content

[Bug]: Warnings #284

@gujjar1988

Description

@gujjar1988

Please check the following before submitting a new issue.

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions