File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change
1
+ # 0.5.8
2
+ * All classes previously annotated ` @sealed ` are now ` final ` !
3
+ * Migrate from Gradle Imperative Apply to [ Gradle Plugin DSL] ( https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply ) .
4
+ * Bumped Kotlin Version to 1.7.10.
5
+ * Removed the ` GCC_WARN_INHIBIT_ALL_WARNINGS ` option to ensure compatibitity with Xcode 16.
6
+ * Code coverage is now 89% as reported to [ coveralls.io] ( https://coveralls.io/github/google/webcrypto.dart?branch=master ) !
7
+ * Add support for compiling to WASM.
8
+
1
9
# 0.5.7
2
10
* Added compatibility for AGP 8.4.
3
11
* Improved API documentation for ECDH.
Original file line number Diff line number Diff line change 13
13
# limitations under the License.
14
14
15
15
name : webcrypto
16
- version : 0.5.7
16
+ version : 0.5.8
17
17
description : Cross-platform implementation of Web Cryptography APIs for Flutter.
18
18
repository : https://github.com/google/webcrypto.dart
19
19
You can’t perform that action at this time.
0 commit comments