We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a64de3 commit 73b336aCopy full SHA for 73b336a
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+# 0.5.3
2
+* Migrate to Flutter 3.0
3
+* Added Linux desktop support.
4
+* Fixed issues with `dart2js` in release mode.
5
+
6
# 0.5.2
7
8
* Migrates `dart:ffi`s generic `sizeOf` uses, which will be removed in Dart 2.13.
pubspec.yaml
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
name: webcrypto
16
-version: 0.5.3-dev
+version: 0.5.3
17
description: Cross-platform implementation of Web Cryptography APIs for Flutter.
18
repository: https://github.com/google/webcrypto.dart
19
0 commit comments