Closed dJani97 closed 1 year ago
Hi @dJani97,
Thanks for reporting this. We updated the package to 0.1.0
which includes support for sound null safety.
https://github.com/klippa-app/flutter-klippa-identity-verification-sdk/releases/tag/0.1.0
If you run into problems or have questions feel free to reopen this issue.
As of now, Klippa doesn't support sound null safety. Building a Flutter 3 app results in build failure:
For now, the
--no-sound-null-safety
flag can be used to ignore this.This will change soon with the stable release of Dart 3 (and likely Flutter 4), as sound null safety will be mandatory:
source
Please update Klippa to support sound null safety.