zoo_lints 3.1.0+1 copy "zoo_lints: ^3.1.0+1" to clipboard
zoo_lints: ^3.1.0+1 copied to clipboard

Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.

example/lib/example.dart

// ignore_for_file: avoid_print

void main() {
  /// The following line would normally show a lint warning
  /// but we can disable the lint rule for this line using the following syntax.
  var greeting = 'hello world'; // ignore: prefer_final_locals

  /// The following line would normally show a lint warning
  /// but we can disable the lint rule for this file using `ignore_for_file`.
  print(greeting);
}
2
likes
150
points
61
downloads
screenshot

Documentation

Documentation
API reference

Publisher

verified publisherzoocityboy.space

Weekly Downloads

Recommended lints for Flutter apps, packages, and plugins to encourage good coding practices.

Repository (GitHub)
View/report issues

Topics

#lints #analyzer #analysis #zoo

License

MIT (license)

Dependencies

very_good_analysis

More

Packages that depend on zoo_lints