webcrypto.dart icon indicating copy to clipboard operation
webcrypto.dart copied to clipboard

Cross-platform implementation of Web Cryptography APIs

Results 47 webcrypto.dart issues
Sort by recently updated
recently updated
newest added

Just curious to see how the tests goes :D

This is effectively integration tests for Chrome on MacOS. These tests shouldn't really be necessary, since we tests chrome compatibility in multiple ways. For unknown reasons these tests are unreliable...

### Description I'm using this package for RSA decryption in both isolates and web workers. While it works fine in isolates, I encounter a null check error when running in...

need info

Currently, we have the follow warnings in tests: ``` Warning: In index.html:53: Local variable for "serviceWorkerVersion" is deprecated. Use "{{flutter_service_worker_version}}" template token instead. See https://docs.flutter.dev/platform-integration/web/initialization for more details. Warning: In...

cleanup