flutter_deep_analyzer 1.0.4 copy "flutter_deep_analyzer: ^1.0.4" to clipboard
flutter_deep_analyzer: ^1.0.4 copied to clipboard

A comprehensive static analysis tool for Flutter/Dart projects. Analyzes architecture, code quality, security, performance, and memory leaks.

Changelog #

0.1.0 #

  • Initial release
  • 7 analyzer modules: Architecture, Code Quality, Best Practice, Security, Race Condition, Performance, Memory Leak
  • 47 analysis rules
  • Scoring system (0-100 with A-F grades)
  • Console, JSON, and HTML report formats
  • CLI with category filtering and configurable thresholds
  • YAML-based configuration via analysis_options.yaml

1.0.0 #

  • Initial release
  • 7 analyzer modules: Architecture, Code Quality, Best Practice, Security, Race Condition, Performance, Memory Leak
  • 47 analysis rules
  • Scoring system (0-100 with A-F grades)
  • Console, JSON, and HTML report formats
  • CLI with category filtering and configurable thresholds
  • YAML-based configuration via analysis_options.yaml

1.0.1 #

  • Fix analyzer version

1.0.2 #

  • Support backward compatibility for analyzer package (<10.0.0 and <=6.4.1) by handling getter access correctly (e.g. node.name.lexeme versus tokens/identifiers).

1.0.3 #

  • CLI now features an interactive mode (asks for language, category, format, and path) when run without arguments, with bilingual prompts (English/Turkish).
  • Added new Markdown report format (--format=markdown) alongside Console, JSON, and HTML.
  • Always prints an overall score summary to terminal stderr even when generating JSON/HTML/Markdown.

1.0.4 #

  • HTML report now includes interactive severity filters (Error, Warning, Info, Style) with visual feedback and smooth animations.
2
likes
160
points
342
downloads

Publisher

verified publishermuhammedfurkansahin.com.tr

Weekly Downloads

A comprehensive static analysis tool for Flutter/Dart projects. Analyzes architecture, code quality, security, performance, and memory leaks.

Repository (GitHub)
View/report issues

Topics

#analyzer #linter #static-analysis #code-quality #flutter

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, args, glob, path, yaml

More

Packages that depend on flutter_deep_analyzer