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

Lints that enforce Sidecar guidelines when creating custom rules and rule packages.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add sidecar_lints

With Flutter:

 $ flutter pub add sidecar_lints

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

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

Publisher

unverified uploader

Lints that enforce Sidecar guidelines when creating custom rules and rule packages.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

analyzer, analyzer_plugin, collection, glob, path, pubspec, recase, sidecar, source_span, yaml

More

Packages that depend on sidecar_lints