attest_flutter 1.1.0
attest_flutter: ^1.1.0 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 Flutter:
$ flutter pub add attest_flutterThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
attest_flutter: ^1.1.0Alternatively, your editor might support 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';