didkit
didkit copied to clipboard
Web support for Flutter/Dart plugin
Flutter plugins can target Web, as well as Android and iOS: https://flutter.dev/docs/development/packages-and-plugins/developing-packages#web
Credible has an interface for DIDKit that abstracts over DIDKit's native Dart package and the JS/WASM library: https://github.com/spruceid/credible/blob/main/lib/app/interop/didkit/didkit.dart Could this functionality be merged "upstream" into DIDKit's Flutter/Dart plugin? It could be useful for other applications.
Hi, I also think this would be great to see within the plugin itself instead of having an interop layer that is copied across applications