semantic_gen 0.2.4 copy "semantic_gen: ^0.2.4" to clipboard
semantic_gen: ^0.2.4 copied to clipboard

Compile-time helpers that expose Selenium-friendly semantics for Flutter Web and Widget tests.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate semantic_gen

Use it

The package has the following executables:

$ apply
$ rewrite

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add semantic_gen

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

dependencies:
  semantic_gen: ^0.2.4

Alternatively, 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:semantic_gen/semantic_gen.dart';
0
likes
130
points
15
downloads

Documentation

Documentation
API reference

Publisher

verified publishercallahanwilliam.com

Weekly Downloads

Compile-time helpers that expose Selenium-friendly semantics for Flutter Web and Widget tests.

Repository (GitHub)
View/report issues

Topics

#testing #selenium #source-gen #accessibility #web

License

MIT (license)

Dependencies

analyzer, build, collection, dart_style, flutter, glob, meta, path, pub_semver, source_gen, yaml

More

Packages that depend on semantic_gen