-
Notifications
You must be signed in to change notification settings - Fork 3.3k
[camera_android_camerax] Move integration_test dependency to tests #6445
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[camera_android_camerax] Move integration_test dependency to tests #6445
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM with some changelog/version tweaks.
@@ -1,3 +1,7 @@ | |||
## 0.6.2 | |||
|
|||
* Move integration_test dependency to test. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
to dev_dependencies
@@ -2,7 +2,7 @@ name: camera_android_camerax | |||
description: Android implementation of the camera plugin using the CameraX library. | |||
repository: https://github.com/flutter/packages/tree/main/packages/camera/camera_android_camerax | |||
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+camera%22 | |||
version: 0.6.1 | |||
version: 0.6.2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
0.6.1+1
flutter/packages@d5aff19...83f3842 2024-04-02 [email protected] Manual roll Flutter from 9d32f07 to 7fa932b (19 revisions) (flutter/packages#6448) 2024-04-01 49699333+dependabot[bot]@users.noreply.github.com [in_app_pur]: Bump org.json:json from 20231013 to 20240303 in /packages/in_app_purchase/in_app_purchase_android/android (flutter/packages#6241) 2024-04-01 [email protected] [camera_android_camerax] Move integration_test dependency to tests (flutter/packages#6445) 2024-04-01 [email protected] Roll Flutter from d12ba5c to 9d32f07 (3 revisions) (flutter/packages#6441) If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/flutter-packages-flutter-autoroll Please CC [email protected],[email protected] on the revert to ensure that a human is aware of the problem. To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
Fixes flutter/flutter/issues/145992
Pre-launch Checklist
dart format
.)[shared_preferences]
pubspec.yaml
with an appropriate new version according to the [pub versioning philosophy], or this PR is [exempt from version changes].CHANGELOG.md
to add a description of the change, [following repository CHANGELOG style].///
).