java file uses over overrides a deprecated API
whilst building the example app on an android device.
Resolving dependencies... Running 'gradlew assembleDebug'... Note: /Users/user/Development/flutter/.pub-cache/hosted/pub.dartlang.org/lamp-0.0.5/android/src/main/java/plugins/flutter/lamp/lamp/LampPlugin.java uses or overrides a deprecated API. Note: Recompile with -Xlint:deprecation for details. Built build/app/outputs/apk/debug/app-debug.apk.
the problem is, that for android this library uses the deprecated android.hardware.Camera, which is only supported up to android sdk version 20 for higher versions using android.hardware.camera2 is recommendet on my side I tried to change the LampPlugin, and it compiles without errors, sadly the light still wont turn on