KBarcode v1.0.5 Release Notes

Release Date: 2019-10-22 // over 4 years ago
  • ⚡️ We highly recommend updating from 1.0.4 to 1.0.5, since this update fixes a a couple of significant issues.

    🛠 Coroutine Fixes

    #23
    👷 Made some fixes to the way we use coroutines. Cancelled the current job rather than scope so that we can launch new coroutines from the same scope. Changed our Firebase call to be a suspend call.

    Surface Invalid

    #22
    ➕ Added a check after opening the camera to ensure that the surfaces are still valid.