0 purchases
autoclose lint
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.
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.