dart_lints 0.1.0-dev.1 copy "dart_lints: ^0.1.0-dev.1" to clipboard
dart_lints: ^0.1.0-dev.1 copied to clipboard

Official Dart lints based on the Dart Style Guide, re-implemented for Sidecar.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add dart_lints

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

dependencies:
  dart_lints: ^0.1.0-dev.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:dart_lints/dart_lints.dart';
0
likes
0
pub points
7%
popularity

Publisher

unverified uploader

Official Dart lints based on the Dart Style Guide, re-implemented for Sidecar.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

analyzer, sidecar, source_span

More

Packages that depend on dart_lints