Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/dizoftteam/dflutter_lint_rules

Flutter Lint Rules
https://github.com/dizoftteam/dflutter_lint_rules

Last synced: 3 days ago
JSON representation

Flutter Lint Rules

Awesome Lists containing this project

README

        

# DFlutter Lint Rules

[![Pub Version](https://img.shields.io/pub/v/dflutter_lint_rules?logo=dart&logoColor=white)](https://pub.dev/packages/dflutter_lint_rules)
[![Pub Likes](https://badgen.net/pub/likes/dflutter_lint_rules)](https://pub.dev/packages/dflutter_lint_rules)
[![Pub popularity](https://badgen.net/pub/popularity/dflutter_lint_rules)](https://pub.dev/packages/dflutter_lint_rules/score)
![Dart Platform](https://badgen.net/pub/dart-platform/dflutter_lint_rules)
![Flutter Platform](https://badgen.net/pub/flutter-platform/dflutter_lint_rules)

## Description

Lint rules used by "Dizoft Team" and "EmitLab".

## Installation

Add `dflutter_lint_rules` as dependency to your `pubspec.yaml`

```yaml
dependencies:
dflutter_lint_rules: ^2.0.1
```

## Example

Create `analysis_options.yaml` file

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

## Changelog

All notable changes to this project will be documented in [this file](./CHANGELOG.md).

## Issues

To report your issues, file directly in the Issues section.

## Known issues

- [] Add more analysis options for `dart_code_metrics` >= 5.0.0

## License

[Apache License, Version 2.0](https://www.apache.org/licenses/LICENSE-2.0)