I'm trying to use the latest version of flutter_native_splash and having problems because of conflicts with sign_in_with_apple. The sign_in_with_apple_web package uses an old version of "js" that is incompatible with the latest flutter_native_splash package.
Is it possible to upgrade this dependency?
I'm getting this error:
Because flutter_native_splash >=2.3.12 depends on js ^0.7.1 and sign_in_with_apple_web <2.0.0-dev.1 depends on js ^0.6.3, flutter_native_splash >=2.3.12 is incompatible with sign_in_with_apple_web <2.0.0-dev.1.
And because sign_in_with_apple 5.0.0 depends on sign_in_with_apple_web ^1.0.0 and no versions of sign_in_with_apple match >5.0.0 <6.0.0, flutter_native_splash >=2.3.12 is incompatible with sign_in_with_apple
^5.0.0.
So, because edudu depends on both sign_in_with_apple ^5.0.0 and flutter_native_splash ^2.3.13, version solving failed.
Thanks for your awesome packages!
I'm trying to use the latest version of flutter_native_splash and having problems because of conflicts with sign_in_with_apple. The sign_in_with_apple_web package uses an old version of "js" that is incompatible with the latest flutter_native_splash package.
Is it possible to upgrade this dependency?
I'm getting this error:
Because flutter_native_splash >=2.3.12 depends on js ^0.7.1 and sign_in_with_apple_web <2.0.0-dev.1 depends on js ^0.6.3, flutter_native_splash >=2.3.12 is incompatible with sign_in_with_apple_web <2.0.0-dev.1. And because sign_in_with_apple 5.0.0 depends on sign_in_with_apple_web ^1.0.0 and no versions of sign_in_with_apple match >5.0.0 <6.0.0, flutter_native_splash >=2.3.12 is incompatible with sign_in_with_apple ^5.0.0. So, because edudu depends on both sign_in_with_apple ^5.0.0 and flutter_native_splash ^2.3.13, version solving failed.