Skip to content

package:webcrypto version 0.6.1

Latest

Choose a tag to compare

@jonasfj jonasfj released this 22 May 07:42
· 24 commits to master since this release
3882365
  • Added Dart native build hooks and native asset lookup for the bundled
    native library, enabling dart test for the core package.
  • webcrypto is now packaged as a Dart package using native hooks instead of
    Flutter plugin scaffolding.
  • Improved web error handling when window.crypto.subtle is unavailable in
    insecure contexts by throwing a clearer UnsupportedError with guidance.
  • Added documentation for performing deriveKey using deriveBits and
    importRaw.