all_observer_lint 0.6.1
all_observer_lint: ^0.6.1 copied to clipboard
Official lint rules and automated fixes for safe, predictable, and efficient development with all_observer.
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add all_observer_lintThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
all_observer_lint: ^0.6.1Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:all_observer_lint/all_observer_lint.dart';