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 {
49
49
dependencies {
50
50
compileOnly ' androidx.annotation:annotation:1.1.0'
51
51
testImplementation ' junit:junit:4.12'
52
- testImplementation ' org.mockito:mockito-core :3.5.13'
52
+ testImplementation ' org.mockito:mockito-inline :3.5.13'
53
53
testImplementation ' androidx.test:core:1.3.0'
54
54
testImplementation ' org.robolectric:robolectric:4.3'
55
55
}
Original file line number Diff line number Diff line change 6
6
7
7
import android .os .Handler ;
8
8
import android .text .TextUtils ;
9
+
9
10
import androidx .annotation .NonNull ;
10
11
import androidx .annotation .Nullable ;
12
+
13
+ import java .util .HashMap ;
14
+ import java .util .Map ;
15
+
11
16
import io .flutter .embedding .engine .systemchannels .PlatformChannel ;
12
17
import io .flutter .plugin .common .BinaryMessenger ;
13
18
import io .flutter .plugin .common .MethodChannel ;
14
19
import io .flutter .plugins .camera .types .ExposureMode ;
15
20
import io .flutter .plugins .camera .types .FocusMode ;
16
- import java .util .HashMap ;
17
- import java .util .Map ;
18
21
19
22
class DartMessenger {
20
23
@ NonNull private final Handler handler ;
You can’t perform that action at this time.
0 commit comments