fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.62k stars 977 forks source link

[Compile]: #3356

Open Gosplex opened 1 day ago

Gosplex commented 1 day ago

Operating System

Windows 11

Plugin

device_info_plus

Version

11.1.1

Flutter SDK

2.24.4

Compilation command

./gradlew build

Dart Dependencies

No response

Native dependencies

No response

Compilation Error

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':device_info_plus:lintDebug'.
> Lint found errors in the project; aborting build.

  Fix the issues identified by lint, or create a baseline to see only new errors:

android {
      lint {
          baseline = file("lint-baseline.xml")
      }
  }

Flutter Doctor

Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.24.4, on Microsoft Windows [Version 10.0.19045.5131], locale en-IN)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[√] Chrome - develop for the web
[X] Visual Studio - develop Windows apps
    X Visual Studio not installed; this is necessary to develop Windows apps.
      Download at https://visualstudio.microsoft.com/downloads/.
      Please install the "Desktop development with C++" workload, including all of its default components
[√] Android Studio (version 2024.2)
[√] VS Code (version 1.95.2)
[√] Connected device (4 available)
[√] Network resources

! Doctor found issues in 1 category.

Checklist before submitting a bug

vbuberen commented 23 hours ago

You didn't provide errors that lint detected. Could you share them as well?