Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dizoftteam/dflutter_lint_rules
- Owner: DizoftTeam
- License: apache-2.0
- Created: 2022-10-13T13:08:04.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-03-01T07:55:10.000Z (8 months ago)
- Last Synced: 2024-03-01T08:46:57.219Z (8 months ago)
- Language: C++
- Size: 296 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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)