attest 1.2.0 copy "attest: ^1.2.0" to clipboard
attest: ^1.2.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

With Flutter:

 $ flutter 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.2.0

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:attest/attest.dart';
1
likes
160
points
0
downloads

Documentation

API reference

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
Contributing

Topics

#accessibility #a11y #wcag #testing

License

BSD-3-Clause (license)

Dependencies

collection, meta

More

Packages that depend on attest