Baseflow / Baseflow/flutter_cache_manager
sqflite_android update
- Dominant language
- Dart
- Stars
- 809
- Forks
- 510
- Avg merge
- 6m
- Merged PRs (30d)
- 1
Description
flutter_cache_manager: 3.4.1
/Users/coder/.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);
^
/Users/coder/.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);
^
/Users/coder/.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() + ")";
Contributor guide
Research direction
Start with the sqflite_android-2.4.1 Android source paths shown in the warning and inspect this project's dependency declaration for flutter_cache_manager. Confirm whether the deprecations originate in the dependency and whether an update is required; done means the Android build no longer reports these warnings or the required upstream action is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart, flutter, java
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 30/100