Skip to content

1.0.14

Compare
Choose a tag to compare
@smuravev smuravev released this 20 Jan 16:40
· 15 commits to master since this release
  • Flutter plugin has been updated to use latest version of Android ConfigWiseSDK (v1.2.18).

  • Android: Runtime crash Fatal Exception: com.google.ar.core.exceptions.FatalException has been handled and fixed.

  • Android: We fixed memory-checker and critical error handling to guarantee thread-safe.

  • Android: LOW_MEMORY_THRESHOLD parameter has been made as customizable parameter. You can set it
    in Cwflutter.initialize() invocation (see androidLowMemoryThreshold parameter).
    NOTICE: this parameter must be set as amount of bytes. Default value is 400 Mb (400 * 1024 * 1024).

  • Android: Potential memory leaks have been fixed in ConfigWiseSDK, DownloadingService classes.