- Add
topics
to pubspec.
- Migrate to Flutter 3.0
- Added Linux desktop support.
- Fixed issues with
dart2js
in release mode.
- Migrates
dart:ffi
s genericsizeOf
uses, which will be removed in Dart 2.13.
- Uses
package:ffigen
to generate the Dart bindings. - Bumped SDK constraint to Dart 2.12.
- Rolled forward all dependencies to Dart 2.12 previews.
- Migrated breaking changes for package:ffi version
1.0.0
. - Bumped SDK constraint to Dart 2.12 beta.
- Ported to null-safety without any breaking changes.
- 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
andRsassaPkcs1V15PublicKey
.
- 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).
- Added
ios
support. - Added
<2.0.0
upper-bound on Flutter SDK constraint.
- 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.
- Removed unused code referencing
dart:cli
, causing analysis errors on pub.dev. - Added more API documentation for
AesCbcSecretKey
.
- Initial release.