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

fix: non-nullable error #209

Closed
wants to merge 2 commits into from
Closed

fix: non-nullable error #209

wants to merge 2 commits into from

Conversation

jonasbadstuebner
Copy link

I got the following error multiple times:

hosted/pub.dev/pointycastle-3.7.3/lib/key_derivators/argon2_native_int_impl.dart:645:7: Error: Field 'pass' should be initialized because its type 'int' doesn't allow null.
  int pass;
      ^^^^
hosted/pub.dev/pointycastle-3.7.3/lib/key_derivators/argon2_native_int_impl.dart:646:7: Error: Field 'lane' should be initialized because its type 'int' doesn't allow null.
  int lane;
      ^^^^
hosted/pub.dev/pointycastle-3.7.3/lib/key_derivators/argon2_native_int_impl.dart:647:7: Error: Field 'slice' should be initialized because its type 'int' doesn't allow null.
  int slice;
      ^^^^^

With overridden dependencies on the failing command it works from my fork now.

@jonasbadstuebner jonasbadstuebner changed the title chore: fix non-nullable error fix: non-nullable error Oct 17, 2023
@jonasbadstuebner jonasbadstuebner closed this by deleting the head repository Mar 12, 2024
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

Successfully merging this pull request may close these issues.

None yet

1 participant