MixinNetwork / MixinNetwork/flutter-plugins
Deprecated Java 8 warnings
Nobody has claimed this yet.
- Dominant language
- C
- Stars
- 512
- Forks
- 292
- Avg merge
- 15h 8m
- Merged PRs (30d)
- 7
Description
Java 8 was deprecated with the release of Android Studio Ladybug, and is set to be removed in an upcoming version.
All Flutter's 1st party plugins have migrated to Java 11 now.
Reproduce Steps
Steps to reproduce the behavior:
- Run any example of any plugin on Android in debug mode
- See warnings:
warning: [options] source value 8 is obsolete and will be removed in a future release warning: [options] target value 8 is obsolete and will be removed in a future release
Expected behavior
No warnings should be printed.
Version (please complete the following information):
- Flutter Version: 3.29.3
- OS: Android
- plugin: All plugins
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by running an Android debug example from any plugin and inspect the Android build configuration that produces the Java 8 source and target warnings. Update the affected first-party plugin configurations for Java 11, then verify that plugin examples no longer print these warnings.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- android, flutter, java
- Domain
- build-system, mobile
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100