waste_lens_lints 0.1.0 copy "waste_lens_lints: ^0.1.0" to clipboard
waste_lens_lints: ^0.1.0 copied to clipboard

custom_lint rules for waste_lens: missing dispose, non-const widgets, setState during build, and images without cache dimensions.

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add waste_lens_lints

With Flutter:

 $ flutter pub add waste_lens_lints

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

dependencies:
  waste_lens_lints: ^0.1.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:waste_lens_lints/waste_lens_lints.dart';
0
likes
150
points
173
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

custom_lint rules for waste_lens: missing dispose, non-const widgets, setState during build, and images without cache dimensions.

Repository (GitHub)
View/report issues
Contributing

Topics

#performance #lints #debugging

License

MIT (license)

Dependencies

analyzer, custom_lint_builder

More

Packages that depend on waste_lens_lints