You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A fresh flutter projects promps this error when adding the dependency of screenshots
because every version of integration_test from sdk depends on file 6.0.0-nullsafety.4 and screenshots >=1.0.0 depends on file ^5.0.7, integration_test from sdk is incompatible with screenshots >=1.0.0.
So, because tenants depends on both screenshots 2.1.1 and integration_test any from sdk, version solving failed.
pub get failed (1; So, because tenants depends on both screenshots 2.1.1 and integration_test any from sdk, version solving failed.)
exit code 1
@JoseFMP I wonder how you use the e2e test I have a login page but after click on login and show the progress indicator under the login button it stuck and it doesn't have a waitFor like flutter driver so how you solve it?
A fresh flutter projects promps this error when adding the dependency of
screenshots
where
and
Which version is supposed to be compatible with current flutter stable release?
The text was updated successfully, but these errors were encountered: