better_effect_analyzer 0.1.3
better_effect_analyzer: ^0.1.3 copied to clipboard
Static analysis and whole-project Module graph validation for better_effect and better_effect_flutter.
0.1.3 #
- Expanded the package documentation with plugin setup, diagnostics, graph validation, CLI, CI, and API usage guidance.
0.1.2 #
- Prepared the analyzer plugin and graph checker for independent pub.dev publication.
- Aligned the published compatibility documentation with the 0.1.2 release.
0.1.1 #
- Added the official Dart Analysis Server plugin entry point.
- Added default correctness warnings:
discarded_effectunawaited_effect_context_operationmissing_binding_type_argumentincompatible_providerduplicate_service_binding
- Added opt-in Flutter MVVM architecture lints:
repository_requests_repositoryviewmodel_requests_servicewidget_requests_business_dependencysingleton_viewmodel
- Added the project-wide Module graph checker and CLI with:
missing_servicedependency_cyclemodule_composition_cyclemodule_not_found- composed Module and override validation
- human, machine, and JSON output
- Added resolved support for static
.service<T>()dot shorthand requests.