Suggestions appear as you type. Use the up and down arrows to choose one and Enter to open it.

simple_lint

Free#13 of 20 in Dart Flutter Static Analysis Tools

A Flutter lint ruleset with additional import-style rules.

—Not yet scored
simple_lint— Visit pub.dev

At a glance

  • Editor score
    Not yet scored
  • Pricing
    Free plan
  • Best for
    Projects needing a small set of import conventions
  • Free plan
    Yes
  • Paid from
    None
  • Dart analysis
    Yes
  • Facts checked
    26 Sep 2026
  • Where it wins

    • Adds package-import conventions to flutter_lints
    • Configures directly through analysis_options.yaml
    • Free, open-source Dart package for Flutter projects
  • Where it doesn't

    • Narrow scope centered on import-style rules
    • No official support or Google endorsement
    • Distributed as a package, not a hosted analysis service

Our verdict on simple_lint

simple_lint is an open-source Dart package for Flutter projects that extends flutter_lints with rules for consistent import paths. It is aimed at teams that want to reduce bugs caused by importing the same file through different paths, without adopting a broad static-analysis suite. The ruleset is particularly relevant to projects standardizing package imports across a shared codebase.

The published package configuration is free: simple_lint is added as a development dependency and enabled through analysis_options.yaml. Setup therefore takes place inside the project’s existing Dart analysis configuration rather than through a separate hosted dashboard. Its configuration also excludes the build directory from analysis, keeping generated build output outside the linting scope. The core rules include always_use_package_imports for enforcing package imports and prefer_relative_imports for disabling relative imports.

Its main strength is a focused import-style policy layered on top of flutter_lints. That narrow design can make the package useful as a small, explicit addition when import consistency is the main concern. However, simple_lint is not presented as a comprehensive analyzer, and its feature set does not extend beyond the stated lint rules and configuration behavior. The package also states that it has no official support and is not developed or endorsed by Google. Choose it when a free, lightweight ruleset meets the project’s needs; choose a broader static-analysis option when you need wider rule coverage or a larger tooling ecosystem.

simple_lint pricing

Plans Free planFree Free to use — no paid tier required for the core job.
See plans on pub.dev

simple_lint fact sheet

Free planYes
Paid fromNone
Dart analysisYes
Flutter analysisYes
DeploymentNot verified
IDE supportNot verified
Security analysisNot verified
CI integrationNot verified
PricingFree plan
Websitepub.dev
Facts checked26 Sep 2026

Alternatives to simple_lint

See all simple_lint alternatives →

Used simple_lint? 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 simple_lint 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

Reviews come only from verified accounts. Sign in or create an account first — your e-mail is never shown.

Your rating

0 characters · at least 80, up to 3,000

Posted from your verified account. Reviews appear after an editor reads them, usually within two working days.

Featured on iTechGuides

Featured on iTechGuides — simple_lint —/10

simple_lint 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/simple-lint/"><img src="https://www.itechguides.com/best/badge/simple-lint.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.