You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 text was updated successfully, but these errors were encountered:
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
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 text was updated successfully, but these errors were encountered: