spruceid / didkit

A cross-platform toolkit for decentralized identity.
https://www.spruceid.dev/didkit/didkit
Apache License 2.0
275 stars 76 forks source link

Web support for Flutter/Dart plugin #128

Open clehner opened 3 years ago

clehner commented 3 years ago

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.

p-dealwis commented 3 years ago

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