Flutter integration_test package conflict with my code and cannot be resolved by tweaking package versions - so the whole app cannot run Flutter integration_test package conflict with my code and cannot be resolved by tweaking package versions - so the whole app cannot run flutter flutter

Flutter integration_test package conflict with my code and cannot be resolved by tweaking package versions - so the whole app cannot run


You need to override the archive package version to tell flutter_driver to use the latest one:

dev_dependencies:  build_resolvers: ^2.0.0  build_runner: ^1.11.5  flutter_test:    sdk: flutter  integration_test:    sdk: flutterdependency_overrides:  archive: ">=3.1.2"