flakes 1.1.0 copy "flakes: ^1.1.0" to clipboard
flakes: ^1.1.0 copied to clipboard

A collection of Lint rules for Dart and Flutter projects. #lints

example/lib/main.dart

// Don't invoke 'print' in production code. Try using a logging framework.
// ignore_for_file: avoid_print

void main() {
  // Local variables should be final. Try making the variable final.
  // ignore: prefer_final_locals
  var message = 'I see some flakes...';
  print(message);
}
3
likes
160
points
20
downloads
screenshot

Publisher

verified publisherrobsonsilva.dev

Weekly Downloads

A collection of Lint rules for Dart and Flutter projects. #lints

Repository (GitHub)
View/report issues

Topics

#lint #lints #analysis

Documentation

Documentation
API reference

License

MIT (license)

More

Packages that depend on flakes