edufolly / flutter_mobile_vision

Flutter implementation of Google Mobile Vision.
MIT License
455 stars 168 forks source link

Deprecation warnings #42

Open Thegrep01 opened 5 years ago

Thegrep01 commented 5 years ago

Hi! When build an apk with your lib i got 22 warnings like this

[deprecation] Camera in android.hardware has been deprecated
import android.hardware.Camera; 

[deprecation] Camera in android.hardware has been deprecated
                .setFlashMode(useFlash ? Camera.Parameters.FLASH_MODE_TORCH : null)
edufolly commented 4 years ago

Hi, @Thegrep01

Probably I need to implement Camera2, but I don't know if the Google Mobile Vision will support it.