fluttercommunity / plus_plugins

Flutter Community Plus Plugins
BSD 3-Clause "New" or "Revised" License
1.62k stars 989 forks source link

Unable to bootstrap this repo with flutter 2.5+ #465

Closed alexbatalov closed 3 years ago

alexbatalov commented 3 years ago

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
mhadaily commented 3 years ago

thanks, PR is merged.