We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: