(flutter) rename setExposure method in camera widget

This commit is contained in:
Nick Fisher
2025-07-03 13:13:04 +08:00
parent 2e28b0379d
commit b0d34bf6a8

View File

@@ -51,7 +51,7 @@ class _CameraOptionsWidgetState extends State<CameraOptionsWidget> {
}
Future _set() async {
await widget.camera.setCameraExposure(
await widget.camera.setExposure(
double.parse(_apertureController.text),
double.parse(_speedController.text),
double.parse(_sensitivityController.text));