aboutyou / dart_packages

Dart and Flutter plugins maintained and used by @ABOUTYOU
222 stars 152 forks source link

Update dependencies (js) in sign_in_with_apple_web #405

Closed marciofrayze closed 9 months ago

marciofrayze commented 9 months ago

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.

marciofrayze commented 9 months ago

I think this issue will fix it. So will close it for now.