Releases: google/webcrypto.dart
Releases · google/webcrypto.dart
package:webcrypto version 0.5.7
- Added compatibility for AGP 8.4.
- Improved API documentation for ECDH.
Bumped minimum Android SDK/ API level to 21, dropping support for Android 4 and below.
New Contributors
- @HamdaanAliQuatil made their first contribution in #103
- @TropicolX made their first contribution in #126
Full Changelog: 0.5.6...0.5.7
package:webcrypto version 0.5.6
- Disable LTO on Android to fix #80.
- Migrate to
dart:js_interop
to ensure wasm compatibility.
package:webcrypto version 0.5.5
- Adds a namespace in
build.gradle
for compatibility with AGP 8.0.
package:webcrypto version 0.5.4
- Added MacOS desktop support.
- Added Windows desktop support.
- Additional API documentation.
- Add
topics
topubspec.yaml
. - Bumped lower bound SDK constraint to require Dart
>= 3.0.0
.
package:webcrypto version 0.5.3
- 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
- Ported to null-safety without any breaking changes.
package:webcrypto version 0.2.2
- 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
- Added finalizers for
ssl.EVP_PKEY
and running tests undervalgrind
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
- Added
ios
support. - Added
<2.0.0
upper-bound on Flutter SDK constraint.
package:webcrypto version 0.1.2
- Fixed sizeof
ssl.CBB
causing occasional segfaults, as we previously
allocated too few bytes. - Ported
flutter pub run webcrypto:setup
to work on Mac whencmake
is
installed.