Skip to content

Commit

Permalink
Remove package:image dependency (#115674)
Browse files Browse the repository at this point in the history
* delete screenshot_test.dart

* remove image dep

* pub get
  • Loading branch information
christopherfujino authored Nov 18, 2022
1 parent 0e57147 commit cf2c9f6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 57 deletions.
5 changes: 1 addition & 4 deletions dev/integration_tests/ui/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ environment:
# It can probably be removed, see the comment in that file.

dependencies:
image: 3.2.2
flutter:
sdk: flutter
flutter_driver:
Expand Down Expand Up @@ -43,7 +42,6 @@ dependencies:
node_preamble: 2.0.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
package_config: 2.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
path: 1.8.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
petitparser: 5.1.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
pool: 1.5.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
pub_semver: 2.1.3 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
shelf: 1.4.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
Expand All @@ -66,7 +64,6 @@ dependencies:
web_socket_channel: 2.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
webdriver: 3.0.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
webkit_inspection_protocol: 1.2.0 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
xml: 6.2.2 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"
yaml: 3.1.1 # THIS LINE IS AUTOGENERATED - TO UPDATE USE "flutter update-packages --force-upgrade"

dev_dependencies:
Expand All @@ -82,4 +79,4 @@ flutter:
assets:
- assets/foo.png

# PUBSPEC CHECKSUM: 321a
# PUBSPEC CHECKSUM: 691e
53 changes: 0 additions & 53 deletions dev/integration_tests/ui/test_driver/screenshot_test.dart

This file was deleted.

0 comments on commit cf2c9f6

Please sign in to comment.