google/webcrypto.dart

Dart (server) apps support

Closed this issue · 1 comments

Given that this package uses ffi and BoringSSL, what is blocking from decoupling this package from Flutter and provide it for pure dart applications?

Not really anything, we do not have a mechanism for expressing optional dependency on Flutter :/

But ongoing work for native plugins for Dart is progressing.

Honestly, you might be able to use it from a Dart SDK with a dependency_override, I haven't tested it.