lines_longer_than 1.0.3 copy "lines_longer_than: ^1.0.3" to clipboard
lines_longer_than: ^1.0.3 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 Flutter:

 $ flutter pub add lines_longer_than

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

dependencies:
  lines_longer_than: ^1.0.3

Alternatively, your editor might support 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
130
pub points
8%
popularity

Publisher

unverified uploader

the package provides a configurable lint similar to line_longer_than_80_chars.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (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