solid_lints 0.0.12 copy "solid_lints: ^0.0.12" to clipboard
solid_lints: ^0.0.12 copied to clipboard

outdated

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

example/lib/solid_lints_example.dart

void main() {
  sum(1, 1, 1, 2);
}

/// Sum of two numbers. Standard dart overflow rules apply.
int sum(int p1, int p2, int p3, int p4) => p1 + p2 + p3 + p4;
51
likes
0
pub points
73%
popularity

Publisher

verified publishersolid.software

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

Homepage
Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

dart_code_metrics

More

Packages that depend on solid_lints