MixinNetwork / MixinNetwork/flutter-plugins

Deprecated Java 8 warnings

Open
#409 0 comments 0 reactions 0 assignees View on GitHub

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:

  1. Run any example of any plugin on Android in debug mode
  2. 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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.