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 3d76514 commit a24121aCopy full SHA for a24121a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 0.2.0
2
+ * Added `ios` support.
3
+ * Added `<2.0.0` upper-bound on Flutter SDK constraint.
4
+
5
# 0.1.2
6
* Fixed sizeof `ssl.CBB` causing occasional segfaults, as we previously
7
allocated too few bytes.
pubspec.yaml
@@ -13,13 +13,13 @@
13
# limitations under the License.
14
15
name: webcrypto
16
-version: 0.1.2
+version: 0.2.0
17
description: Cross-platform implementation of Web Cryptography APIs for Flutter.
18
homepage: https://github.com/google/webcrypto.dart
19
20
environment:
21
sdk: '>=2.8.0 <3.0.0'
22
- flutter: '>=1.17.0'
+ flutter: '>=1.17.0 <2.0.0'
23
24
dependencies:
25
ffi: ^0.1.3
0 commit comments