waste_lens_lints 0.1.0
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_lintsWith Flutter:
$ flutter pub add waste_lens_lintsThis 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.0Alternatively, 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';