1.1.2
[1.1.2] - 2022-06-23
The version numbers 1.1.0 and 1.1.1 were skipped. These versions were consumed due to issues during our release process.
Changed:
- Update the example project to a new version of flutter embedding and removed usage of deprecated flutter components.
- Update to use ios-client-sdk V6.
- Updated to work with kotlin 1.7.0.
- String variation return types were optional when they did not need to be. They are now not optional. This could produce warnings where string variations were used previously. Those null checks can now be removed.
Fixed:
identifycalls were blocking and could trigger ANRs. They maintain the same interface, and can be awaited, but now they no longer block the calling thread.