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

discontinuedreplaced by: auto_stories

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
copied to clipboard

With Flutter:

 $ flutter pub add strict_lints
copied to clipboard

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
copied to clipboard

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';
copied to clipboard
1
likes
130
points
35
downloads

Publisher

unverified uploader

Weekly Downloads

2024.09.23 - 2025.04.07

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

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter_lints, html, http, path, yaml_edit

More

Packages that depend on strict_lints