bm_lints 2.0.1 copy "bm_lints: ^2.0.1" to clipboard
bm_lints: ^2.0.1 copied to clipboard

A linter configuration and additional custom linter rules used by Brickmakers

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add bm_lints

With Flutter:

 $ flutter pub add bm_lints

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

dependencies:
  bm_lints: ^2.0.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:bm_lints/bm_lints.dart';
0
likes
140
points
73
downloads

Documentation

API reference

Publisher

verified publisherbrickmakers.de

Weekly Downloads

A linter configuration and additional custom linter rules used by Brickmakers

Repository (GitHub)

License

MIT (license)

Dependencies

analysis_server_plugin, analyzer, injectable_generator, logging, path, source_gen, synchronized, very_good_analysis

More

Packages that depend on bm_lints