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 c0c3a1b commit 68bc18fCopy full SHA for 68bc18f
CHANGELOG.md
@@ -1,3 +1,6 @@
1
+# 0.5.4
2
+* Add `topics` to pubspec.
3
+
4
# 0.5.3
5
* Migrate to Flutter 3.0
6
* Added Linux desktop support.
pubspec.yaml
@@ -13,7 +13,7 @@
13
# limitations under the License.
14
15
name: webcrypto
16
-version: 0.5.3
+version: 0.5.4
17
description: Cross-platform implementation of Web Cryptography APIs for Flutter.
18
repository: https://github.com/google/webcrypto.dart
19
@@ -55,3 +55,5 @@ flutter:
55
pluginClass: WebcryptoPlugin
56
linux:
57
58
+topics:
59
+ - crypto
0 commit comments