-
Notifications
You must be signed in to change notification settings - Fork 407
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
[hive_flutter] Null-safety support #688
Labels
question
Further information is requested
Comments
+1 |
Check out #698. The null safety score is failing because of an issue with |
|
Hi! When I was working on #698 I ran pana analyzer locally, this issue is due to flutter's incompatibility with dart:indexed_db used by hive on web. Take a look at: flutter/flutter/issues/44937 As soon as you take out the dependency on flutter from pubspec.yaml the error goes away. |
don't support null safety:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Question
Greetings,
Will hive_flutter package be updated with Null-safety in pub.dev? I check that the code is ready to support it, but the pub.dev still outdated.
Thank you!
The text was updated successfully, but these errors were encountered: