Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Null safety #22

Closed
dxvid-pts opened this issue Mar 1, 2021 · 3 comments
Closed

Null safety #22

dxvid-pts opened this issue Mar 1, 2021 · 3 comments

Comments

@dxvid-pts
Copy link

This is a request to add support for null safety to this package. See the migration guide for details about enabling null safety.

@technolion
Copy link

technolion commented Apr 16, 2021

With the release of flutter beta 2.2.0 today, this issue got more pressing, because it requires mockito ^5.0.0 which in turn requires crypto ^3.0.0.

Because mockito >=5.0.0 depends on analyzer ^1.0.0 which depends on crypto ^3.0.0, mockito >=5.0.0 requires crypto ^3.0.0.
Because analyzer ^1.0.0 depends on crypto ^3.0.0 and corsac_jwt 0.4.0 depends on crypto ^2.1.5, analyzer ^1.0.0 is incompatible with corsac_jwt 0.4.0.

This means, that corsac-dart cannot be used with flutter beta channel. Since flutter desktop development has to be done on beta channel, this package needs to be upgraded really quickly.

@MisterJimson
Copy link

Anyone know of a solid alternative package?

@pulyaevskiy
Copy link
Contributor

Fixed by #21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants