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.
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.
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
git clone https://github.com/fluttercommunity/plus_plugins.git
melos bootstrap
Logs