setup_lints_flutter
A new Flutter project.
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.
Linter/Lint is a tool that analyzes source code to flag programming errors, bugs, stylistic errors, and suspicious constructs. It supports verifying code quality.
- include: package:flutter_lints/flutter.yaml activates sets of recommended lints for flutter apps, packages and plugins.
- This should be followed by linter: andrules: where you can specify your own rules according to the rules you want to have put in place for your project, prefixed with dashes.