catalyst_analysis 1.2.0 copy "catalyst_analysis: ^1.2.0" to clipboard
catalyst_analysis: ^1.2.0 copied to clipboard

Lint rules for Dart and Flutter used internally at Catalyst.

example/lib/example.dart

// The code in this file (and all other dart files in the package) is
// analyzed using the rules activated in `analysis_options.yaml`.

// The following syntax deactivates a lint for the entire file:
// ignore_for_file: omit_local_variable_types

void main() {
  const String partOne = 'Hello';
  const String partTwo = 'World';

  // The following syntax deactivates a lint on a per-line bases:
  // ignore: avoid_print
  print('$partOne $partTwo');
}
2
likes
160
points
65
downloads

Publisher

verified publisherprojectcatalyst.io

Weekly Downloads

Lint rules for Dart and Flutter used internally at Catalyst.

Repository (GitHub)
View/report issues
Contributing

Topics

#lints #analyzer #analysis

Documentation

API reference

License

Apache-2.0 (license)

More

Packages that depend on catalyst_analysis