leobit_lints 0.9.1 copy "leobit_lints: ^0.9.1" to clipboard
leobit_lints: ^0.9.1 copied to clipboard

Lints for Dart and Flutter with some custom rules from Leobit

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add leobit_lints

With Flutter:

 $ flutter pub add leobit_lints

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

dependencies:
  leobit_lints: ^0.9.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:leobit_lints/leobit_lints.dart';
8
likes
140
points
282
downloads

Publisher

verified publisherleobit.com

Weekly Downloads

Lints for Dart and Flutter with some custom rules from Leobit

Repository (GitLab)
View/report issues

Topics

#linter #lints #analyzer #analysis

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, analyzer_plugin, collection, custom_lint, custom_lint_builder

More

Packages that depend on leobit_lints