https://github.com/omega-r/omega_flutter_lint
Flutter lint rules
https://github.com/omega-r/omega_flutter_lint
Last synced: 5 months ago
JSON representation
Flutter lint rules
- Host: GitHub
- URL: https://github.com/omega-r/omega_flutter_lint
- Owner: Omega-R
- License: mit
- Created: 2020-12-21T06:20:41.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T11:49:03.000Z (over 3 years ago)
- Last Synced: 2025-09-30T05:21:35.061Z (9 months ago)
- Size: 13.7 KB
- Stars: 0
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# omega_flutter_lint
[](https://pub.dev/packages/omega_flutter_lint)
## Install
Add `omega_flutter_lint` as dev dependency to your `pubspec.yaml`.
```yaml
dev_dependencies:
omega_flutter_lint: ^3.0.0
```
or
```yaml
dev_dependencies:
omega_flutter_lint:
git:
url: https://github.com/Omega-R/omega_flutter_lint.git
```
Create an `analysis_options.yaml` file at the root of the project with the following content:
```yaml
include: package:omega_flutter_lint/analysis_options.yaml
```