A flutter plugin that returns to you the features of the device camera.
This plugin only returns a array with the info about the device cameras. You can use that to know if the camera have some feature that you need. If you want to know what fields the plugin returns, just take a look at https://developer.android.com/reference/android/hardware/camera2/CameraCharacteristics. Just find the field that you want and pass as parameter. Suggestions will always be welcome.