Skip to content

Commit

Permalink
Merge branch 'main' into dev/1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
osakila authored Jul 17, 2024
2 parents c14d002 + 5576683 commit 180f344
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions flutter/lib/capture/capture_builder.dart
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,10 @@ class PhotoCaptureBuilder extends PhotoCaptureBuilderBase<PhotoCaptureBuilder> {
_interval = timeMillis;
return this;
}
}

/// Builder of [PhotoCapture]
class PhotoCaptureBuilder extends PhotoCaptureBuilderBase<PhotoCaptureBuilder> {

/// Set image processing filter.
PhotoCaptureBuilder setFilter(FilterEnum filter) {
Expand Down

0 comments on commit 180f344

Please sign in to comment.