Very Good Analysis
Dart and Flutter lint rules for consistent static analysis.
At a glance
- Editor scoreNot yet scored
- PricingFree plan
- Best forFlutter projects wanting a recommended baseline lint set
- Free planYes
- Paid fromNone
- Dart analysisYes
- Facts checked26 Sep 2026
Where it wins
- Adds Flutter-specific lint rules alongside Dart guidance.
- Flags implicit dynamic casts with stricter type checks.
- Allows lint suppression at line, file, or project level.
Where it doesn't
- Focuses on lint configuration rather than a broader analysis suite.
- Requires adding it as a development dependency and configuring the project.
- Does not include security analysis.
Our verdict on Very Good Analysis
Very Good Analysis is an open-source package of lint rules for Dart and Flutter projects. Maintained by Very Good Ventures, it is intended for teams that want a consistent baseline in project configuration rather than a standalone analysis suite. Developers add it as a development dependency and include its analysis options in the project configuration; analysis runs through the Dart and Flutter tooling. The package is self-hosted in the sense that its rules are applied within the project's own setup, not through a separate hosted analysis service.
Its rule set combines style guidance with stricter checks and conventions: it checks implicit dynamic casts, prefers const constructors where possible and final fields when reassignment is unnecessary, and sorts constructors before other class members. It also configures trailing comma behavior for the Dart formatter. Teams can suppress a rule at line, file, or project level, which allows a project to make exceptions without discarding the overall configuration. This makes the package especially relevant for Flutter codebases seeking repeatable lint expectations across contributors.
The trade-off is scope. Very Good Analysis supplies lint rules and configuration, not a broader analysis suite, and it does not provide security analysis. Its free, open-source model suits solo developers as well as small, mid-market, and enterprise teams that want to manage checks within Dart or Flutter projects. Choose it when a focused lint baseline is the goal; consider a broader analysis tool if you need capabilities beyond linting or security checks.
Very Good Analysis pricing
Very Good Analysis fact sheet
| Free plan | Yes |
|---|---|
| Paid from | None |
| Dart analysis | Yes |
| Flutter analysis | Yes |
| Deployment | Self-hosted |
| IDE support | Not verified |
| Security analysis | No |
| CI integration | Not verified |
| Deployment | Self-hosted |
| Platforms | Web, Windows, macOS, Linux, iOS, Android |
| Built for | Solo, Small business, Mid-market, Enterprise (editorial estimate) |
| Pricing | Free plan |
| Website | pub.dev |
| Facts checked | 26 Sep 2026 |
Alternatives to Very Good Analysis
- Dart Analysis ServerA free, local analysis engine for Dart diagnostics and editor language services.—
- CodacyA hosted analysis suite with Dart support, pull-request checks, and a free plan.7.0
- Snyk CodeSecurity-focused source scanning with IDE, pull-request, CLI, and CI/CD coverage.5.0
See all Very Good Analysis alternatives →
Very Good Analysis vs the competition
- Very Good Analysis vs Dart Analysis Server
- Very Good Analysis vs Codacy
- Very Good Analysis vs Snyk Code
- Very Good Analysis vs Dart Code Metrics
- Very Good Analysis vs many_lints
- Very Good Analysis vs flutter_lints
Compare Very Good Analysis with any tool side by side →
Used Very Good Analysis? Be the first to review it
The editor score above is our own research. What this page doesn't have yet is a reader's view — what you used Very Good Analysis for, what worked and what didn't. No stars are seeded and no review is paid for; an editor reads every one before it appears.
Write a reviewTwo minutes · verified accounts only · read by an editor before it appears
Featured on iTechGuides
Very Good Analysis is listed in our Dart Flutter Static Analysis Tools directory. Add the badge to your site — it links back to this page.
<a href="https://www.itechguides.com/products/very-good-analysis/"><img src="https://www.itechguides.com/best/badge/very-good-analysis.svg" alt="Featured on iTechGuides" width="230" height="46"></a>
Reviewed by iTechGuides Editors · Editorial team · Updated Sep 2026
Advertiser disclosure: iTechGuides is reader-supported. We may earn a commission when you click some links. It never changes a score or a verdict. How we rank.

