Skip to content

Conversation

blasten
Copy link

@blasten blasten commented Jan 12, 2022

Fixes #96550

@flutter-dashboard flutter-dashboard bot added the c: contributor-productivity Team-specific productivity, code health, technical debt. label Jan 12, 2022
@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat.

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

@@ -13,7 +13,7 @@ dependencies:
string_scanner: 1.1.0
url_launcher: 6.0.17
cupertino_icons: 1.0.4
video_player: 2.1.1
video_player: 2.2.11
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Weird, this totally exists, and it works for me locally.

ERR : Because flutter_gallery depends on video_player 2.2.11 which doesn't match any versions, version solving failed.

Also, run flutter update-packages --force-upgrade, you'll see the autogenerated video_player_web line get bumped too.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't see the reasoning in #83367 or #82275. @zanderso do you remember?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@blasten does 2.1.2 work?

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

2.2.11 worked after you ran update-packages.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't remember why it was pinned.

@jmagman
Copy link
Member

jmagman commented Jan 12, 2022

device_info has a similar problem #96550 (comment)

@blasten blasten changed the title Bump video_player in flutter gallery Bump Android dependencies that rely on Jcenter Jan 12, 2022
@flutter-dashboard flutter-dashboard bot added the tool Affects the "flutter" command-line tool. See also t: labels. label Jan 12, 2022
blasten and others added 3 commits January 12, 2022 17:01
Co-authored-by: Jenn Magder <magder@google.com>
Co-authored-by: Jenn Magder <magder@google.com>
Co-authored-by: Jenn Magder <magder@google.com>
@blasten blasten requested a review from jmagman January 13, 2022 01:12
@@ -66,7 +66,7 @@ Future<void> _testBuildIosFramework(Directory projectDir, { bool isModule = fals
String content = pubspec.readAsStringSync();
content = content.replaceFirst(
'\ndependencies:\n',
'\ndependencies:\n device_info: 0.4.1\n package_info: 0.4.0+9\n connectivity: 3.0.3\n',
'\ndependencies:\n device_info: 2.0.3\n package_info: 2.0.2\n connectivity: 3.0.6\n',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Grr

  "reason": "FileSystemException: Expected file to exist., path = '/opt/s/w/ir/x/t/flutter_module_test.GlHziT/hello_module/flutter-frameworks/Debug/device_info.xcframework/ios-arm64_armv7/device_info.framework/Headers/DeviceInfoPlugin.h'"

Working on a fix.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Member

@jmagman jmagman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@blasten blasten merged commit f01556a into flutter:master Jan 13, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jan 18, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jan 18, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Jan 18, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/plugins that referenced this pull request Feb 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
c: contributor-productivity Team-specific productivity, code health, technical debt. tool Affects the "flutter" command-line tool. See also t: labels.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Engine -> FW roller failing due to gradle resolution errors
3 participants