semantifix 0.1.1 copy "semantifix: ^0.1.1" to clipboard
semantifix: ^0.1.1 copied to clipboard

SemantiFix — a professional CLI tool for detecting and AI-fixing accessibility violations in Flutter/Dart source files.

Use this package as an executable

Install it

You can install the package from the command line:

dart pub global activate semantifix

Use it

The package has the following executables:

$ sfix

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add semantifix

With Flutter:

 $ flutter pub add semantifix

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

dependencies:
  semantifix: ^0.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:semantifix/semantifix.dart';
1
likes
150
points
8
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

SemantiFix — a professional CLI tool for detecting and AI-fixing accessibility violations in Flutter/Dart source files.

Repository (GitHub)
View/report issues

Topics

#flutter #accessibility #a11y #linter #cli

License

MIT (license)

Dependencies

analyzer, args, collection, http, path

More

Packages that depend on semantifix