webcrypto 0.2.0
webcrypto: ^0.2.0 copied to clipboard
Cross-platform implementation of Web Cryptography APIs for Flutter.
0.2.0 #
- Added
iossupport. - Added
<2.0.0upper-bound on Flutter SDK constraint.
0.1.2 #
- Fixed sizeof
ssl.CBBcausing occasional segfaults, as we previously allocated too few bytes. - Ported
flutter pub run webcrypto:setupto work on Mac whencmakeis installed.
0.1.1 #
- Removed unused code referencing
dart:cli, causing analysis errors on pub.flutter-io.cn. - Added more API documentation for
AesCbcSecretKey.
0.1.0 #
- Initial release.