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
- Clone:
git clone https://github.com/fluttercommunity/plus_plugins.git
- 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
There is a version conflict in
integration_testspecified 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
git clone https://github.com/fluttercommunity/plus_plugins.gitmelos bootstrapLogs