hyper_lint 0.0.2 hyper_lint: ^0.0.2 copied to clipboard
Hyperlint is a powerful linting package for Flutter and Dart projects. It provides a comprehensive set of rules that can help you identify and fix potential errors, style issues, and performance problems.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add hyper_lint
This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get
):
dependencies:
hyper_lint: ^0.0.2
Alternatively, your editor might support flutter pub get
. Check the docs for your editor to learn more.