Skip to content

Commit

Permalink
🎨 Allow cameras to be set repeatedly
Browse files Browse the repository at this point in the history
Fix #174 potentially
  • Loading branch information
AlexV525 committed Jul 24, 2023
1 parent e537400 commit 6d6d72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/states/camera_picker_state.dart
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class CameraPickerState extends State<CameraPicker>

/// Available cameras.
/// 可用的相机实例
late final List<CameraDescription> cameras;
late List<CameraDescription> cameras;

/// Current exposure offset.
/// 当前曝光值
Expand Down

0 comments on commit 6d6d72d

Please sign in to comment.