Skip to content

Deprecated API. Android #1017

Description

@Sergey04IO

🐛 Bug Report

When trying to build an app on the Android simulator, these warnings appear:

.pub-cache/hosted/pub.dev/sqflite_android-2.4.1/android/src/main/java/com/tekartik/sqflite/LocaleUtils.java:48: warning: [deprecation] Locale(String,String,String) in Locale has been deprecated
return new Locale(language, country, variant);

.pub-cache/hosted/pub.dev/sqflite_android-2.4.1/android/src/main/java/com/tekartik/sqflite/Utils.java:92: warning: [deprecation] Locale(String,String,String) in Locale has been deprecated
return new Locale(language, country, variant);

.pub-cache/hosted/pub.dev/sqflite_android-2.4.1/android/src/main/java/com/tekartik/sqflite/Database.java:204: warning: [deprecation] getId() in Thread has been deprecated
return id + "," + thread.getName() + "(" + thread.getId() + ")";

Expected behavior

There are no deprecation warnings.

Reproduction steps

Build an app on the Android simulator.

Configuration

Version:
cached_network_image 3.4.1
Flutter 3.32.2

Platform:
Android

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions