autoclose_lint 1.0.3 autoclose_lint: ^1.0.3 copied to clipboard
AutoClose_Lint is a must have feature of the AutoClose package
AutoClose-Lint #
This is a part of AutoClose package: You should first visit this link to become familiar with the key concepts of this package.
Installation #
AutoClose-Lint were created using the custom_lint package. To install them, use the following commands:
flutter pub add dev:autoclose_lint dev:custom_lint
copied to clipboard
Add the following lines to your analysis_options.yaml:
analyzer:
plugins:
- custom_lint
copied to clipboard
Additionnaly you can configure lints for your project. Initially, it's recommended to enable all lints to identify areas in your code that require attention for resource management.