attest_flutter 1.1.1 copy "attest_flutter: ^1.1.1" to clipboard
attest_flutter: ^1.1.1 copied to clipboard

Flutter widget-test integration for attest: a WidgetTester accessibility audit, raster and text-scale collectors, and gate matchers for CI.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add attest_flutter

With Flutter:

 $ flutter pub add attest_flutter

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

dependencies:
  attest_flutter: ^1.1.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:attest_flutter/attest_flutter.dart';
1
likes
0
points
721
downloads

Publisher

verified publishersahland.tech

Weekly Downloads

Flutter widget-test integration for attest: a WidgetTester accessibility audit, raster and text-scale collectors, and gate matchers for CI.

Repository (GitHub)
View/report issues

Topics

#accessibility #a11y #wcag #testing

License

unknown (license)

Dependencies

attest, flutter, flutter_test, meta

More

Packages that depend on attest_flutter