Skip to content

Commit 73ee67b

Browse files
committed
Fix analysis warnings
1 parent a5ab4fe commit 73ee67b

File tree

5 files changed

+184
-31
lines changed

5 files changed

+184
-31
lines changed

example/android/app/src/androidTest/java/com/baseflow/googleapiavailability/EmbeddingV1ActivityTest.java

Lines changed: 0 additions & 15 deletions
This file was deleted.

example/android/app/src/androidTest/java/com/baseflow/googleapiavailability/MainActivityTest.java

Lines changed: 0 additions & 14 deletions
This file was deleted.

example/android/app/src/main/java/com/baseflow/googleapiavailabilityexample/EmbeddingV1Activity.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
import android.os.Bundle;
44
import com.baseflow.googleapiavailability.GoogleApiAvailabilityPlugin;
5-
import dev.flutter.plugins.e2e.E2EPlugin;
65
import io.flutter.app.FlutterActivity;
76

87
public class EmbeddingV1Activity extends FlutterActivity {
@@ -13,6 +12,5 @@ protected void onCreate(Bundle savedInstanceState) {
1312
GoogleApiAvailabilityPlugin
1413
.registerWith(
1514
registrarFor("com.baseflow.googleapiavailability.GoogleApiAvailabilityPlugin"));
16-
E2EPlugin.registerWith(registrarFor("dev.flutter.plugins.e2e.E2EPlugin"));
1715
}
1816
}

pubspec.lock

Lines changed: 183 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,213 @@
11
# Generated by pub
22
# See https://dart.dev/tools/pub/glossary#lockfile
33
packages:
4+
archive:
5+
dependency: transitive
6+
description:
7+
name: archive
8+
url: "https://pub.dartlang.org"
9+
source: hosted
10+
version: "2.0.13"
11+
args:
12+
dependency: transitive
13+
description:
14+
name: args
15+
url: "https://pub.dartlang.org"
16+
source: hosted
17+
version: "1.6.0"
18+
async:
19+
dependency: transitive
20+
description:
21+
name: async
22+
url: "https://pub.dartlang.org"
23+
source: hosted
24+
version: "2.5.0"
25+
boolean_selector:
26+
dependency: transitive
27+
description:
28+
name: boolean_selector
29+
url: "https://pub.dartlang.org"
30+
source: hosted
31+
version: "2.1.0"
432
characters:
533
dependency: transitive
634
description:
735
name: characters
836
url: "https://pub.dartlang.org"
937
source: hosted
1038
version: "1.1.0"
39+
charcode:
40+
dependency: transitive
41+
description:
42+
name: charcode
43+
url: "https://pub.dartlang.org"
44+
source: hosted
45+
version: "1.2.0"
46+
clock:
47+
dependency: transitive
48+
description:
49+
name: clock
50+
url: "https://pub.dartlang.org"
51+
source: hosted
52+
version: "1.1.0"
1153
collection:
1254
dependency: transitive
1355
description:
1456
name: collection
1557
url: "https://pub.dartlang.org"
1658
source: hosted
1759
version: "1.15.0"
60+
convert:
61+
dependency: transitive
62+
description:
63+
name: convert
64+
url: "https://pub.dartlang.org"
65+
source: hosted
66+
version: "2.1.1"
67+
crypto:
68+
dependency: transitive
69+
description:
70+
name: crypto
71+
url: "https://pub.dartlang.org"
72+
source: hosted
73+
version: "2.1.5"
74+
e2e:
75+
dependency: "direct dev"
76+
description:
77+
name: e2e
78+
url: "https://pub.dartlang.org"
79+
source: hosted
80+
version: "0.4.3+1"
81+
fake_async:
82+
dependency: transitive
83+
description:
84+
name: fake_async
85+
url: "https://pub.dartlang.org"
86+
source: hosted
87+
version: "1.2.0"
88+
file:
89+
dependency: transitive
90+
description:
91+
name: file
92+
url: "https://pub.dartlang.org"
93+
source: hosted
94+
version: "6.0.0"
1895
flutter:
1996
dependency: "direct main"
2097
description: flutter
2198
source: sdk
2299
version: "0.0.0"
100+
flutter_driver:
101+
dependency: transitive
102+
description: flutter
103+
source: sdk
104+
version: "0.0.0"
105+
flutter_test:
106+
dependency: transitive
107+
description: flutter
108+
source: sdk
109+
version: "0.0.0"
110+
fuchsia_remote_debug_protocol:
111+
dependency: transitive
112+
description: flutter
113+
source: sdk
114+
version: "0.0.0"
115+
matcher:
116+
dependency: transitive
117+
description:
118+
name: matcher
119+
url: "https://pub.dartlang.org"
120+
source: hosted
121+
version: "0.12.10"
23122
meta:
24123
dependency: transitive
25124
description:
26125
name: meta
27126
url: "https://pub.dartlang.org"
28127
source: hosted
29128
version: "1.3.0"
129+
path:
130+
dependency: transitive
131+
description:
132+
name: path
133+
url: "https://pub.dartlang.org"
134+
source: hosted
135+
version: "1.8.0"
30136
pedantic:
31137
dependency: "direct dev"
32138
description:
33139
name: pedantic
34140
url: "https://pub.dartlang.org"
35141
source: hosted
36142
version: "1.10.0"
143+
platform:
144+
dependency: transitive
145+
description:
146+
name: platform
147+
url: "https://pub.dartlang.org"
148+
source: hosted
149+
version: "3.0.0"
150+
process:
151+
dependency: transitive
152+
description:
153+
name: process
154+
url: "https://pub.dartlang.org"
155+
source: hosted
156+
version: "4.0.0"
37157
sky_engine:
38158
dependency: transitive
39159
description: flutter
40160
source: sdk
41161
version: "0.0.99"
162+
source_span:
163+
dependency: transitive
164+
description:
165+
name: source_span
166+
url: "https://pub.dartlang.org"
167+
source: hosted
168+
version: "1.8.0"
169+
stack_trace:
170+
dependency: transitive
171+
description:
172+
name: stack_trace
173+
url: "https://pub.dartlang.org"
174+
source: hosted
175+
version: "1.10.0"
176+
stream_channel:
177+
dependency: transitive
178+
description:
179+
name: stream_channel
180+
url: "https://pub.dartlang.org"
181+
source: hosted
182+
version: "2.1.0"
183+
string_scanner:
184+
dependency: transitive
185+
description:
186+
name: string_scanner
187+
url: "https://pub.dartlang.org"
188+
source: hosted
189+
version: "1.1.0"
190+
sync_http:
191+
dependency: transitive
192+
description:
193+
name: sync_http
194+
url: "https://pub.dartlang.org"
195+
source: hosted
196+
version: "0.2.0"
197+
term_glyph:
198+
dependency: transitive
199+
description:
200+
name: term_glyph
201+
url: "https://pub.dartlang.org"
202+
source: hosted
203+
version: "1.2.0"
204+
test_api:
205+
dependency: transitive
206+
description:
207+
name: test_api
208+
url: "https://pub.dartlang.org"
209+
source: hosted
210+
version: "0.2.19"
42211
typed_data:
43212
dependency: transitive
44213
description:
@@ -53,6 +222,20 @@ packages:
53222
url: "https://pub.dartlang.org"
54223
source: hosted
55224
version: "2.1.0"
225+
vm_service:
226+
dependency: transitive
227+
description:
228+
name: vm_service
229+
url: "https://pub.dartlang.org"
230+
source: hosted
231+
version: "5.5.0"
232+
webdriver:
233+
dependency: transitive
234+
description:
235+
name: webdriver
236+
url: "https://pub.dartlang.org"
237+
source: hosted
238+
version: "2.1.2"
56239
sdks:
57240
dart: ">=2.12.0-259.9.beta <3.0.0"
58241
flutter: ">=1.12.13+hotfix.6"

pubspec.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ dependencies:
1313

1414
dev_dependencies:
1515
pedantic: ^1.10.0
16+
e2e: ^0.4.0
1617

1718
flutter:
1819
plugin:

0 commit comments

Comments
 (0)