dcql 1.2.1 copy "dcql: ^1.2.1" to clipboard
dcql: ^1.2.1 copied to clipboard

A Dart implementation of Digital Credentials Query Language (DCQL) for querying credentials from digital wallets.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dcql

With Flutter:

 $ flutter pub add dcql

This will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):

dependencies:
  dcql: ^1.2.1

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:dcql/dcql.dart';
3
likes
160
points
1.75k
downloads

Publisher

verified publisheraffinidi.com

Weekly Downloads

A Dart implementation of Digital Credentials Query Language (DCQL) for querying credentials from digital wallets.

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (license)

Dependencies

collection, json_annotation, json_serializable, selective_disclosure_jwt, ssi

More

Packages that depend on dcql