I'm using the camera plugin for my Flutter project. I use the FlashMode.auto for the camera but somehow in Android devices the flash won't turn on when on front camera mode. I tried using it on back camera mode and it works, so does on iOS.
Is there a way to turn on the front camera flash using the camera plugin on Flutter?