pedant 1.0.4 copy "pedant: ^1.0.4" to clipboard
pedant: ^1.0.4 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.0.4

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
0
points
4
downloads

Publisher

unverified uploader

Weekly Downloads

A strict static analyzer and script for formatting Dart code.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

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

More

Packages that depend on pedant