lines_longer_than 1.0.0 copy "lines_longer_than: ^1.0.0" to clipboard
lines_longer_than: ^1.0.0 copied to clipboard

the package provides a configurable lint similar to line_longer_than_80_chars.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add lines_longer_than

With Flutter:

 $ flutter pub add lines_longer_than

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

dependencies:
  lines_longer_than: ^1.0.0

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:lines_longer_than/lines_longer_than.dart';
1
likes
0
pub points
35%
popularity

Publisher

unverified uploader

the package provides a configurable lint similar to line_longer_than_80_chars.

License

unknown (LICENSE)

Dependencies

analyzer, collection, custom_lint, custom_lint_builder, flutter, freezed_annotation, json_annotation, meta, source_gen

More

Packages that depend on lines_longer_than