Skip to content

Commit cf2c9f6

Browse files
Remove package:image dependency (#115674)
* delete screenshot_test.dart * remove image dep * pub get
1 parent 0e57147 commit cf2c9f6

File tree

2 files changed

+1
-57
lines changed

2 files changed

+1
-57
lines changed

dev/integration_tests/ui/pubspec.yaml

+1-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ environment:
88
# It can probably be removed, see the comment in that file.
99

1010
dependencies:
11-
image: 3.2.2
1211
flutter:
1312
sdk: flutter
1413
flutter_driver:
@@ -43,7 +42,6 @@ dependencies:
4342
node_preamble: 2.0.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4443
package_config: 2.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4544
path: 1.8.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
46-
petitparser: 5.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4745
pool: 1.5.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4846
pub_semver: 2.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
4947
shelf: 1.4.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
@@ -66,7 +64,6 @@ dependencies:
6664
web_socket_channel: 2.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6765
webdriver: 3.0.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
6866
webkit_inspection_protocol: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
69-
xml: 6.2.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
7067
yaml: 3.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
7168

7269
dev_dependencies:
@@ -82,4 +79,4 @@ flutter:
8279
assets:
8380
- assets/foo.png
8481

85-
# PUBSPEC CHECKSUM: 321a
82+
# PUBSPEC CHECKSUM: 691e

dev/integration_tests/ui/test_driver/screenshot_test.dart

-53
This file was deleted.

0 commit comments

Comments
 (0)