solid_lints 1.0.0-dev.1 copy "solid_lints: ^1.0.0-dev.1" to clipboard
solid_lints: ^1.0.0-dev.1 copied to clipboard

Lints for Dart and Flutter based on software industry standards and best practices.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add solid_lints

With Flutter:

 $ flutter pub add solid_lints

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

dependencies:
  solid_lints: ^1.0.0-dev.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:solid_lints/solid_lints.dart';
57
likes
150
points
4.3k
downloads

Documentation

Documentation
API reference

Publisher

verified publishersolid.software

Weekly Downloads

Lints for Dart and Flutter based on software industry standards and best practices.

Repository (GitHub)
View/report issues

Topics

#lints #linter #lint #analysis #analyzer

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, analyzer_plugin, collection, equatable, glob, path, test, yaml

More

Packages that depend on solid_lints