You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to migrate the lib to Dart with null safety?
I wanted to add E2EE into my project but as soon as I try to run the project with the lib integrated I get a build error:
Error: Cannot run with sound null safety, because the following dependencies
don't support null safety:
- package:virgil_e3kit
I took a look at lib's code and it should be relatively simple to migrate, quick help would be appreciated!
The text was updated successfully, but these errors were encountered:
Would it be possible to migrate the lib to Dart with null safety?
I wanted to add E2EE into my project but as soon as I try to run the project with the lib integrated I get a build error:
I took a look at lib's code and it should be relatively simple to migrate, quick help would be appreciated!
The text was updated successfully, but these errors were encountered: