pedant 1.2.1 copy "pedant: ^1.2.1" to clipboard
pedant: ^1.2.1 copied to clipboard

A strict static analyzer and script for formatting Dart code.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add pedant

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

dependencies:
  pedant: ^1.2.1

Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:pedant/pedant.dart';
5
likes
45
points
2
downloads

Publisher

unverified uploader

Weekly Downloads

A strict static analyzer and script for formatting Dart code.

Repository (GitHub)
View/report issues

Topics

#analyzer #linter #script #code-style #format

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, args, collection, custom_lint, custom_lint_builder, path, tint, yaml

More

Packages that depend on pedant