didkit icon indicating copy to clipboard operation
didkit copied to clipboard

Web support for Flutter/Dart plugin

Open clehner opened this issue 4 years ago • 1 comments

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.

clehner avatar Mar 30 '21 20:03 clehner

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

p-dealwis avatar Nov 16 '21 02:11 p-dealwis