Skip to content

Unable to bootstrap this repo with flutter 2.5+ #465

@alexbatalov

Description

@alexbatalov

There is a version conflict in integration_test specified in example apps with the one bundled in Flutter 2.5 which prevents bootstrapping repo. Reproducible on macOS 11 and Windows 7, Flutter 2.5.0, 2.5.1.

Steps to Reproduce

  1. Clone: git clone https://github.com/fluttercommunity/plus_plugins.git
  2. Bootstrap: melos bootstrap

Logs

Running "flutter pub get" in example...                         
Because every version of flutter_driver from sdk depends on vm_service 7.1.1 and integration_test >=1.0.2+2 depends on vm_service >=4.2.0 <7.0.0, flutter_driver from sdk is incompatible with integration_test >=1.0.2+2.
So, because android_intent_example depends on both integration_test ^1.0.2+2 and flutter_driver any from sdk, version solving failed.
pub get failed (1; So, because android_intent_example depends on both integration_test ^1.0.2+2 and flutter_driver any from sdk, version solving failed.)
• android_intent_example
    └> ./packages/android_intent_plus/example
    └> Failed to run "flutter pub get" in this package.

Bootstrap failed: "flutter pub get" failed in one of your workspace packages.
Flutter 2.5.1 • channel stable • https://github.com/flutter/flutter.git
Framework • revision ffb2ecea52 (3 days ago) • 2021-09-17 15:26:33 -0400
Engine • revision b3af521a05
Tools • Dart 2.14.2

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions