This repository was archived by the owner on Feb 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-3
lines changed
packages/camera/camera/android
src/main/java/io/flutter/plugins/camera Expand file tree Collapse file tree 2 files changed +6
-3
lines changed Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ android {
4949dependencies {
5050 compileOnly ' androidx.annotation:annotation:1.1.0'
5151 testImplementation ' junit:junit:4.12'
52- testImplementation ' org.mockito:mockito-core :3.5.13'
52+ testImplementation ' org.mockito:mockito-inline :3.5.13'
5353 testImplementation ' androidx.test:core:1.3.0'
5454 testImplementation ' org.robolectric:robolectric:4.3'
5555}
Original file line number Diff line number Diff line change 66
77import android .os .Handler ;
88import android .text .TextUtils ;
9+
910import androidx .annotation .NonNull ;
1011import androidx .annotation .Nullable ;
12+
13+ import java .util .HashMap ;
14+ import java .util .Map ;
15+
1116import io .flutter .embedding .engine .systemchannels .PlatformChannel ;
1217import io .flutter .plugin .common .BinaryMessenger ;
1318import io .flutter .plugin .common .MethodChannel ;
1419import io .flutter .plugins .camera .types .ExposureMode ;
1520import io .flutter .plugins .camera .types .FocusMode ;
16- import java .util .HashMap ;
17- import java .util .Map ;
1821
1922class DartMessenger {
2023 @ NonNull private final Handler handler ;
You can’t perform that action at this time.
0 commit comments