attest 1.0.0 copy "attest: ^1.0.0" to clipboard
attest: ^1.0.0 copied to clipboard

Continuous accessibility-compliance engine for Flutter. Pure-Dart rules that map findings to WCAG and EN 301 549 success criteria, with CI baseline gating.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add attest

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

dependencies:
  attest: ^1.0.0

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

Import it

Now in your Dart code, you can use:

import 'package:attest/attest.dart';
1
likes
0
points
0
downloads

Publisher

verified publishersahland.tech

Weekly Downloads

Continuous accessibility-compliance engine for Flutter. Pure-Dart rules that map findings to WCAG and EN 301 549 success criteria, with CI baseline gating.

Repository (GitHub)
View/report issues

Topics

#accessibility #a11y #wcag #testing

License

unknown (license)

Dependencies

collection, meta

More

Packages that depend on attest