strict_lints 0.3.1 copy "strict_lints: ^0.3.1" to clipboard
strict_lints: ^0.3.1 copied to clipboard

Strict linter options and its parser for Dart's official docs.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add strict_lints

With Flutter:

 $ flutter pub add strict_lints

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

dependencies:
  strict_lints: ^0.3.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:strict_lints/strict_lints.dart';
1
likes
130
points
41
downloads

Publisher

unverified uploader

Weekly Downloads

Strict linter options and its parser for Dart's official docs.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

flutter_lints, html, http, path, yaml_edit

More

Packages that depend on strict_lints