Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web support for Flutter/Dart plugin #128

Open
clehner opened this issue Mar 30, 2021 · 1 comment
Open

Web support for Flutter/Dart plugin #128

clehner opened this issue Mar 30, 2021 · 1 comment

Comments

@clehner
Copy link
Contributor

clehner commented Mar 30, 2021

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants