xlints 1.0.3 copy "xlints: ^1.0.3" to clipboard
xlints: ^1.0.3 copied to clipboard

Flutter performance linter that detects costly code patterns and provides actionable optimization guidance.

1.0.3 #

  • Fixed pana/pub.dev analyzer plugin failures during static analysis and downgrade checks.
  • Removed lib/analysis_options.yaml to avoid analyzer scanning conflicts in package subdirectories.
  • Standardized configuration usage to package:xlints/analysis_options_xlints.yaml.
  • Updated README.md and example/README.md to match the new configuration path.
  • Updated example/analysis_options.yaml to use analysis_options_xlints.yaml.
  • Removed unused lints dev dependency.
  • Formatted source files to satisfy static analysis formatting checks.

1.0.2 #

  • Added new logic/performance rules:
    • xlints_avoid_json_decode_in_build
    • xlints_avoid_heavy_sync_work_in_build
    • xlints_prefer_final_locals
    • xlints_avoid_recreating_regexp
    • xlints_avoid_list_contains_in_large_loops
    • xlints_avoid_repeated_datetime_now_in_loop
    • xlints_prefer_collection_if_spread_over_temp_lists
  • Improved existing widget rules to reduce false positives and improve detection quality.
  • Updated custom_lint diagnostics API usage for better analyzer/plugin compatibility.
  • Added full platform support metadata in pubspec.yaml.
  • Improved package-level analysis setup to avoid plugin self-analysis issues during publish checks.
  • Expanded and aligned example/ app to demonstrate lint violations more clearly.
  • Reworked README.md and example/README.md in English with detailed installation and usage guidance.

1.0.1 #

  • Compliting documentation.

1.0.0 #

  • Initial version.
3
likes
0
points
226
downloads

Publisher

verified publisheranonimeact.com

Weekly Downloads

Flutter performance linter that detects costly code patterns and provides actionable optimization guidance.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

analyzer, analyzer_plugin, custom_lint, custom_lint_builder

More

Packages that depend on xlints