Skip to content

improve null safety

Compare
Choose a tag to compare
@christian-rogobete christian-rogobete released this 11 Dec 10:31
· 204 commits to master since this release

This release improves the null safety functionality of the sdk. Prior to this release, null safety was supported by generated code, with most member variables and parameters of constructors and functions set as optional. We have corrected this, so that it is now precisely defined which variables are not nullable.

Other improvements of this release are:

  • performance improvement
  • documentation improvement and update
  • improvement of test cases