webcrypto.dart
webcrypto.dart copied to clipboard
Cross-platform implementation of Web Cryptography APIs
Maybe we don't need `pluginClass` anymore? We probably need to figure out if it works without `pluginClass`, if `dartPluginClass` is required, and if we can just give it a dummy...
Closes #133 I've used the release `v2` in this collection (https://github.com/coverallsapp/github-action/releases). It'd be interesting to know why [dart-lang](https://github.com/dart-lang/yaml_edit/blob/main/.github/workflows/test-package.yml) uses the specific commit and if we need to do the same.
Recently, I've been getting this issue while creating the public key in debug mode. However, if I build the APK and test it on an Android box or Android TV,...
See example setup in: https://github.com/dart-lang/yaml_edit/blob/main/.github/workflows/test-package.yml
Documentation for `EcdhPrivateKey.deriveBits` could have bullet point list mentining the maximum length of bits that can be derived from each curve. **Example** ```md [length] specifies the length of the derived...
Comments in our code reference a bug claiming that P-521 doesn't work in safari: https://github.com/google/webcrypto.dart/blob/e7fbe5012c83fb1907901f4ccb03d816bd574f7d/lib/src/webcrypto/webcrypto.dart#L71-L76 However, reading: https://bugs.webkit.org/show_bug.cgi?id=216755 this appears to have been fixed. We should: * [ ] Check...
See: https://docs.flutter.dev/release/breaking-changes/flutter-gradle-plugin-apply
Trying out the suggestion from: https://github.com/flutter/flutter/issues/105913#issuecomment-1500767101 Probably I should gather more data, to know if it's often remotely close to taking 12 minutes (which would be surprising).
In https://github.com/google/webcrypto.dart/pull/117 I disabled `flutter test --platform chrome' on Windows in order to make Github Actions tests pass. For the record this has been failing in many PRs, so it...
Bumps [flutter_lints](https://github.com/flutter/packages/tree/main/packages) from 4.0.0 to 5.0.0. Commits f38b780 [package:flutter_lints] update the dep on package:lints to 5.0.0 and the sd... 7da2374 Update test to not depend on Color.toString() (#7701) 54dd888 [flutter_lints]...