0maru / twitter_login

MIT License
54 stars 54 forks source link

v3.0.2 dependency issue #32

Closed JT501 closed 3 years ago

JT501 commented 3 years ago
Because twitter_login >=3.0.2 depends on crypto ^2.0.0 and my_app depends on crypto ^3.0.0, twitter_login >=3.0.2 is forbidden

crypto ^2.0.0 does not support null-safety

I think it needs to upgrade to crypto ^3.0.0.

bojidartonchev commented 3 years ago

Any update on that?

0maru commented 3 years ago

twitter_login 3.0.1-nullsafety.0 now uses crypto ^3.0.0-nullsafety.0. I think using twitter_login: 3.0.1-nullsafety.0 will solve the problem.

0maru commented 3 years ago

@JT501 @bojidartonchev I have released v3.0.4 which resolves the dependencies. Please use v3.0.4.