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

https://github.com/leanflutter/mostly_reasonable_lints

A mostly reasonable set of lints for Dart and Flutter projects.
https://github.com/leanflutter/mostly_reasonable_lints

Last synced: about 1 year ago
JSON representation

A mostly reasonable set of lints for Dart and Flutter projects.

Awesome Lists containing this project

README

          

# mostly_reasonable_lints

A mostly reasonable set of lints for Dart and Flutter projects.

## Quick Start

### Installation

Add this to your package's pubspec.yaml file:

```yaml
dependencies:
mostly_reasonable_lints: ^0.1.2
```

Or

```yaml
dependencies:
mostly_reasonable_lints:
git:
url: https://github.com/leanflutter/mostly_reasonable_lints.git
ref: main
```

### Usage

Then include it on your `analysis_options.yaml` file:

```yaml
include: package:mostly_reasonable_lints/analysis_options.yaml
```

## License

[MIT](./LICENSE)