Skip to content

Releases: google/webcrypto.dart

package:webcrypto version 0.5.6

06 Mar 12:55
3656276
Compare
Choose a tag to compare

package:webcrypto version 0.5.5

22 Feb 14:33
0d8d1b7
Compare
Choose a tag to compare
  • Adds a namespace in build.gradle for compatibility with AGP 8.0.

package:webcrypto version 0.5.4

12 Jan 14:50
5e6d20f
Compare
Choose a tag to compare
  • Added MacOS desktop support.
  • Added Windows desktop support.
  • Additional API documentation.
  • Add topics to pubspec.yaml.
  • Bumped lower bound SDK constraint to require Dart >= 3.0.0.

package:webcrypto version 0.5.3

11 Jan 14:47
73b336a
Compare
Choose a tag to compare
  • Migrate to Flutter 3.0
  • Added Linux desktop support.
  • Fixed issues with dart2js in release mode.

package:webcrypto version 0.5.0-null-safety.0

11 Jan 14:48
Compare
Choose a tag to compare
  • Ported to null-safety without any breaking changes.

package:webcrypto version 0.2.2

11 Jan 14:49
Compare
Choose a tag to compare
  • Increased Flutter SDK constraint to >=1.24.0-10.2.pre (current beta),
    because API version breakage in dynamic linking API for Dart SDK.
  • Additional documentation for RsassaPkcs1V15PrivateKey and
    RsassaPkcs1V15PublicKey.

package:webcrypto version 0.2.1

11 Jan 14:50
Compare
Choose a tag to compare
  • Added finalizers for ssl.EVP_PKEY and running tests under valgrind unable
    to find any obvious memory leaks.
  • Increased Flutter SDK constraint to >=1.22.0-12.1.pre (current beta).

package:webcrypto version 0.2.0

11 Jan 14:50
Compare
Choose a tag to compare
  • Added ios support.
  • Added <2.0.0 upper-bound on Flutter SDK constraint.

package:webcrypto version 0.1.2

11 Jan 14:50
Compare
Choose a tag to compare
  • Fixed sizeof ssl.CBB causing occasional segfaults, as we previously
    allocated too few bytes.
  • Ported flutter pub run webcrypto:setup to work on Mac when cmake is
    installed.

package:webcrypto version 0.1.1

11 Jan 14:50
Compare
Choose a tag to compare
  • Removed unused code referencing dart:cli, causing analysis errors on
    pub.dev.
  • Added more API documentation for AesCbcSecretKey.