An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# omega_flutter_lint
[![pub version](https://img.shields.io/pub/v/omega_flutter_lint?logo=dart)](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
```